aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-06-19 04:02:55 -0700
committerChris Robinson <[email protected]>2012-06-19 04:02:55 -0700
commitd17f835e748fcca4316c5c3cab0631dc97d21c6e (patch)
treeaba6627e9cfc819afe0a43b6a7f6165ca8cbd512 /OpenAL32
parentef1f8aa9a003e56c467ab16ac2c2bef551705f7f (diff)
Remove an unused include
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/Include/alMain.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index 85d8a0b1..96943ccb 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -100,9 +100,6 @@ static __inline int sched_yield(void)
#include <unistd.h>
#include <assert.h>
#include <pthread.h>
-#ifdef HAVE_PTHREAD_NP_H
-#include <pthread_np.h>
-#endif
#include <sys/time.h>
#include <time.h>
#include <errno.h>