]> git.tdb.fi Git - libs/core.git/blobdiff - source/core/semaphore.h
Clean up after the timedelta.h/units.h merge
[libs/core.git] / source / core / semaphore.h
index 3f2cc974a455855c35246f7abc10d12d1993e709..61118c734febffa1e5da463e5ead628074a144ad 100644 (file)
@@ -1,15 +1,8 @@
-/* $Id$
-
-This file is part of libmspcore
-Copyright © 2006  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_CORE_SEMAPHORE_H_
 #define MSP_CORE_SEMAPHORE_H_
 
+#include <msp/time/timedelta.h>
 #include "mutex.h"
-#include "../time/timedelta.h"
 
 namespace Msp {