Socket: Fix handle.state() on invalid handles
[senf.git] / Utils / Daemon / Daemon.ih
index f6ec463..2198d03 100644 (file)
 /** \file
     \brief Daemon internal header */
 
-#ifndef IH_Daemon_
-#define IH_Daemon_ 1
+#ifndef IH_SENF_Utils_Daemon_Daemon_
+#define IH_SENF_Utils_Daemon_Daemon_ 1
 
 // Custom includes
 #include <deque>
-#include "../boost/intrusive/iset.hpp"
-#include "../boost/intrusive/iset_hook.hpp"
+#include <boost/intrusive/iset.hpp>
+#include <boost/intrusive/iset_hook.hpp>
 #include <boost/utility.hpp>
 #include <boost/function.hpp>
 #include "../../Scheduler/Scheduler.hh"