Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Define the right type for xbt_os_thread_key_t
[simgrid.git] / src / xbt / xbt_os_thread.c
index 7d58f3e..e8c86e3 100644 (file)
@@ -23,7 +23,6 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(xbt_sync_os, xbt,
 /* ********************************* PTHREAD IMPLEMENTATION ************************************ */
 #ifdef HAVE_PTHREAD_H
 
-#include <pthread.h>
 #include <semaphore.h>
 
 #ifdef HAVE_MUTEX_TIMEDLOCK