diff options
author | Chris Robinson <[email protected]> | 2012-06-19 04:02:55 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-06-19 04:02:55 -0700 |
commit | d17f835e748fcca4316c5c3cab0631dc97d21c6e (patch) | |
tree | aba6627e9cfc819afe0a43b6a7f6165ca8cbd512 | |
parent | ef1f8aa9a003e56c467ab16ac2c2bef551705f7f (diff) |
Remove an unused include
-rw-r--r-- | OpenAL32/Include/alMain.h | 3 |
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> |