Move Console from Scheduler into Utils
[senf.git] / Utils / impl / membind.hh
index fcf3eaf..3dad9bf 100644 (file)
@@ -27,7 +27,6 @@
 #include <boost/preprocessor/cat.hpp>
 #include <boost/preprocessor/repetition/enum_shifted.hpp>
 #include <boost/preprocessor/iteration/iterate.hpp>
-#include "../../config.hh"
 
 template <typename R, typename T>
 boost::function<R()> membind(R (T::* fn)(),scOBTYPE ob)