Whitespce cleanup: Remove whitespace at end-on-line, remove tabs, wrap
[senf.git] / senf / Utils / membind.hh
index 3b1c4f7..2a5a4e9 100644 (file)
@@ -53,7 +53,7 @@
 // Custom includes
 #include <boost/bind.hpp>
 #include <boost/function.hpp>
-#include "../config.hh"
+#include <senf/config.hh>
 
 ///////////////////////////////hh.p////////////////////////////////////////
 
         Foo()
         {
             // Get bound member function for second overload
-            SENF_MEMBINDFNP(int, Foo, foo, () const) 
+            SENF_MEMBINDFNP(int, Foo, foo, () const)
         }
-    
+
     };
     \endcode
 
 namespace senf {
 
 #define scOBTYPE *
-#include "../Utils/impl/membind.hh"
+#include <senf/Utils/impl/membind.hh>
 #undef scOBTYPE
 
 #define scOBTYPE &
-#include "../Utils/impl/membind.hh"
+#include <senf/Utils/impl/membind.hh>
 #undef scOBTYPE
 
 #ifdef DOXYGEN