X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Ftime%2Ftimer.h;h=b080f82f8f3d3713e50dca5b995739f30143e81d;hp=26ebf64a36d1725133934ef8fd9f282eca4da24d;hb=62a984b46e08740d19cb055f01be3365982f6b9d;hpb=d5dd704b2576f878809e87dbb8ff8591b9bdbce4 diff --git a/source/time/timer.h b/source/time/timer.h index 26ebf64..b080f82 100644 --- a/source/time/timer.h +++ b/source/time/timer.h @@ -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 #include -#include "../core/mutex.h" -#include "../core/semaphore.h" +#include +#include #include "timedelta.h" #include "timestamp.h"