Utils/Console: Fix DirectoryNode::add(...) API
[senf.git] / senf / PPI / IOEvent.hh
index 0d19eb3..32c699f 100644 (file)
@@ -27,9 +27,9 @@
 #define HH_SENF_PPI_IOEvent_ 1
 
 // Custom includes
-#include "../Scheduler/Scheduler.hh"
+#include <senf/Scheduler/Scheduler.hh>
 #include "Events.hh"
-#include "../Utils/Exception.hh"
+#include <senf/Utils/Exception.hh>
 
 //#include "IOEvent.mpp"
 ///////////////////////////////hh.p////////////////////////////////////////
@@ -101,11 +101,11 @@ namespace ppi {
 
         /** \brief Unhandled error condition */
         struct ErrorException : public senf::Exception
-        { ErrorException() : senf::Exception("senf::ppi::IOEvent::ErrorException"){} };
+        { ErrorException() : senf::Exception("senf::ppi::IOEvent::ErrorException") {} };
 
         /** \brief Unhandled hangup condition */
         struct HangupException : public senf::Exception
-        { HangupException() : senf::Exception("senf::ppi::IOEvent::HangupException"){} };
+        { HangupException() : senf::Exception("senf::ppi::IOEvent::HangupException") {} };
 
     protected: