Move boost/intrusive to senf/boost_intrusive
[senf.git] / senf / Scheduler / TimerEvent.ih
index 5ce5b74..5a79157 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>
@@ -28,7 +28,7 @@
 
 // Custom includes
 #include <boost/scoped_ptr.hpp>
-#include <boost/intrusive/iset.hpp>
+#include <senf/boost_intrusive/iset.hpp>
 #include "TimerSource.hh"
 
 ///////////////////////////////ih.p////////////////////////////////////////
@@ -49,7 +49,7 @@ namespace detail {
         : public singleton<TimerDispatcher>
     {
         SENF_LOG_CLASS_AREA();
-        
+
     public:
         using singleton<TimerDispatcher>::instance;
         using singleton<TimerDispatcher>::alive;