Move include files in debian packge into 'senf' subdirectory
[senf.git] / Scheduler / ReadHelper.ct
index 35fbc1c..e39eb4f 100644 (file)
@@ -25,8 +25,8 @@
 
 // Custom includes
 #include <errno.h>
-#include "Utils/membind.hh"
-#include "Utils/Exception.hh"
+#include "../Utils/membind.hh"
+#include "../Utils/Exception.hh"
 #include "Scheduler.hh"
 
 #define prefix_
@@ -120,4 +120,5 @@ operator()(std::string const & data)
 // indent-tabs-mode: nil
 // ispell-local-dictionary: "american"
 // compile-command: "scons -u test"
+// comment-column: 40
 // End: