summaryrefslogtreecommitdiff
path: root/src/thread_pthread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread_pthread.cpp')
-rw-r--r--src/thread_pthread.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/thread_pthread.cpp b/src/thread_pthread.cpp
index 2ab3d43f7..bcfaf8c85 100644
--- a/src/thread_pthread.cpp
+++ b/src/thread_pthread.cpp
@@ -4,12 +4,7 @@
#include "stdafx.h"
#include "thread.h"
-#include "debug.h"
-#include "core/alloc_func.hpp"
-#include <stdlib.h>
#include <pthread.h>
-#include <semaphore.h>
-#include <unistd.h>
/**
* POSIX pthread version for ThreadObject.