]> git.tdb.fi Git - libs/core.git/blobdiff - source/time/timer.h
Make Time::sleep void
[libs/core.git] / source / time / timer.h
index 26ebf64a36d1725133934ef8fd9f282eca4da24d..b080f82f8f3d3713e50dca5b995739f30143e81d 100644 (file)
@@ -1,17 +1,10 @@
-/* $Id$
-
-This file is part of libmspcore     
-Copyright © 2006, 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_TIME_TIMER_H_
 #define MSP_TIME_TIMER_H_
 
 #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"