]> git.tdb.fi Git - libs/core.git/blobdiff - source/time/timer.h
Avoid using relative paths beginning with .. in #includes
[libs/core.git] / source / time / timer.h
index 403e484cba7376412ca0a068c58f908e258d1ff1..b080f82f8f3d3713e50dca5b995739f30143e81d 100644 (file)
@@ -3,8 +3,8 @@
 
 #include <vector>
 #include <sigc++/sigc++.h>
-#include "../core/mutex.h"
-#include "../core/semaphore.h"
+#include <msp/core/mutex.h>
+#include <msp/core/semaphore.h>
 #include "timedelta.h"
 #include "timestamp.h"