Utils/Console: Add SENF_CONSOLE_REGISTER_ENUM 'key()' support
[senf.git] / senf / Scheduler / ReadHelper.hh
index 011b51a..ee91997 100644 (file)
@@ -30,8 +30,8 @@
 #include <boost/intrusive_ptr.hpp>
 #include <boost/scoped_ptr.hpp>
 
-#include "../Utils/intrusive_refcount.hh"
-#include "Scheduler.hh"
+#include <senf/Utils/intrusive_refcount.hh>
+#include "FdEvent.hh"
 
 //#include "ReadHelper.mpp"
 ///////////////////////////////hh.p////////////////////////////////////////
@@ -129,7 +129,7 @@ namespace senf {
     private:
         struct InternalPredicate;
 
-        ReadHelper(Handle handle, std::string::size_type maxSize,  
+        ReadHelper(Handle handle, std::string::size_type maxSize,
                    InternalPredicate * predicate, Callback cb);
 
         static void dispatchProcess(ptr helper, Handle handle, int event);