Replace all relative includes with abolute ones
[senf.git] / senf / Utils / Console / ParsedCommand.cti
index a35a827..2ef3adc 100644 (file)
@@ -26,9 +26,9 @@
 #include "ParsedCommand.ih"
 
 // Custom includes
-#include "../../Utils/membind.hh"
+#include <senf/Utils/membind.hh>
 #include <boost/format.hpp>
-#include "../../Utils/parameter.hh"
+#include <senf/Utils/parameter.hh>
 
 #define prefix_ inline
 ///////////////////////////////cti.p///////////////////////////////////////