diff options
-rw-r--r-- | Alc/compat.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Alc/compat.h b/Alc/compat.h index 1e94963f..f54ef9ce 100644 --- a/Alc/compat.h +++ b/Alc/compat.h @@ -1,8 +1,6 @@ #ifndef AL_COMPAT_H #define AL_COMPAT_H -#include "AL/al.h" - #ifdef _WIN32 #define WIN32_LEAN_AND_MEAN @@ -17,8 +15,6 @@ FILE *al_fopen(const char *fname, const char *mode); #else -#include <pthread.h> - #define al_fopen fopen #if defined(HAVE_DLFCN_H) && !defined(IN_IDE_PARSER) |