Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Do not include the useless semaphore standard header. It's not needed, and moreover...
[simgrid.git] / src / include / xbt / xbt_os_thread.h
index f69276c..8cc4f0f 100644 (file)
 #include "xbt/misc.h" /* SG_BEGIN_DECL */
 #include "xbt/function_types.h"
 
-#ifndef WIN32 /* HAVE_SEMAPHOR_H */
-#include <semaphore.h>
-#endif
-
-
 SG_BEGIN_DECL()
 
 /** @addtogroup XBT_thread