PPI: InputConnector: some minor optimization
[senf.git] / senf / Socket / Protocols / DatagramSocketProtocol.hh
index 73df063..84368a3 100644 (file)
@@ -28,8 +28,8 @@
 
 // Custom includes
 #include <sys/time.h>
-#include "../../Socket/SocketProtocol.hh"
-#include "../../Scheduler/ClockService.hh"
+#include <senf/Socket/SocketProtocol.hh>
+#include <senf/Scheduler/ClockService.hh>
 
 //#include "DatagramSocketProtocol.mpp"
 ///////////////////////////////hh.p////////////////////////////////////////
@@ -55,7 +55,7 @@ namespace senf {
                                                  on the socket.
                                              \returns timestamp when last packet was received */
     };
-    
+
 
     ///\}
 }