aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-04-18 02:35:16 -0700
committerChris Robinson <[email protected]>2014-04-18 02:35:16 -0700
commitcb3315f9d3591f0d48c630526f7415d7c6213cff (patch)
treeead8e6222db08bd54706f59c69d026cdd750da7e
parentb979a8005fb208edb2ca2905eea8b887613e2532 (diff)
Remove unnecessary includes
-rw-r--r--Alc/compat.h4
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)