X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fcore%2Fsemaphore.h;h=61118c734febffa1e5da463e5ead628074a144ad;hp=3f2cc974a455855c35246f7abc10d12d1993e709;hb=79482ba7aea1b79c7a310c940cc0292532ef3bcb;hpb=a1d6fa071280123f282c1bac3b68008672401024 diff --git a/source/core/semaphore.h b/source/core/semaphore.h index 3f2cc97..61118c7 100644 --- a/source/core/semaphore.h +++ b/source/core/semaphore.h @@ -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 #include "mutex.h" -#include "../time/timedelta.h" namespace Msp {