config: use senf::config::copy_n instead of SENF_copy_n macro
[senf.git] / senf / PPI / IntervalTimer.hh
index 959c48c..35e357f 100644 (file)
@@ -27,7 +27,7 @@
 #define HH_SENF_PPI_IntervalTimer_ 1
 
 // Custom includes
-#include "../Scheduler/ClockService.hh"
+#include <senf/Scheduler/ClockService.hh>
 #include "Events.hh"
 
 //#include "IntervalTimer.mpp"
@@ -67,7 +67,7 @@ namespace ppi {
         explicit IntervalTimer(ClockService::clock_type interval,
                                unsigned eventsPerInterval=1);
         IntervalTimer();
-        
+
         ///@}
         ///////////////////////////////////////////////////////////////////////////