Utils/Console: Add SENF_CONSOLE_REGISTER_ENUM 'key()' support
[senf.git] / senf / Scheduler / FdEvent.ih
index 039ee76..41b4565 100644 (file)
@@ -1,6 +1,6 @@
 // $Id$
 //
-// Copyright (C) 2008 
+// Copyright (C) 2008
 // Fraunhofer Institute for Open Communication Systems (FOKUS)
 // Competence Center NETwork research (NET), St. Augustin, GERMANY
 //     Stefan Bund <g0dil@berlios.de>
@@ -27,7 +27,7 @@
 #define IH_SENF_Scheduler_FdEvent_ 1
 
 // Custom includes
-#include <boost/intrusive/iset.hpp>
+#include <senf/boost_intrusive/iset.hpp>
 
 ///////////////////////////////ih.p////////////////////////////////////////
 
@@ -49,14 +49,14 @@ namespace detail {
         bool operator()(int a, FdEvent const & b) const
         { return a < b.fd_; }
     };
-    
+
     class FdDispatcher
         : public senf::singleton<FdDispatcher>
     {
     public:
         using senf::singleton<FdDispatcher>::instance;
         using senf::singleton<FdDispatcher>::alive;
-        
+
         bool add(FdEvent & event);
         void remove(FdEvent & event);