aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-10-09 04:48:12 -0700
committerChris Robinson <[email protected]>2012-10-09 04:48:12 -0700
commitd598f82722d6784fada1c8b2a522463d5bf31c42 (patch)
tree4e31274f54182d8321cc9a5ac26085e7067894a5 /Alc/ALc.c
parentc22408cb2af607ce65846a4ade31251b714c183b (diff)
Don't include alListener.h from alMain.h
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index f08ee597..4e4119e8 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -29,8 +29,7 @@
#include "alMain.h"
#include "alSource.h"
-#include "AL/al.h"
-#include "AL/alc.h"
+#include "alListener.h"
#include "alThunk.h"
#include "alSource.h"
#include "alBuffer.h"