removed boost::filesystem dependency
[senf.git] / Utils / DaemonTools.cc
index e2da8a3..1d33a6e 100644 (file)
 //#include "DaemonTools.ih"
 
 // Custom includes
-#include <sys/types.h>
+#include <errno.h>
 #include <sys/stat.h>
-#include <unistd.h>
+#include <sys/types.h>
 #include <fcntl.h>
-#include <errno.h>
-
 #include "Exception.hh"
 
 //#include "DaemonTools.mpp"
@@ -68,4 +66,6 @@ prefix_ void senf::redirect_stdio(std::string const & path)
 // c-file-style: "senf"
 // indent-tabs-mode: nil
 // ispell-local-dictionary: "american"
+// compile-command: "scons -u test"
+// comment-column: 40
 // End: