aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2007-12-31 01:09:57 -0800
committerChris Robinson <[email protected]>2007-12-31 01:09:57 -0800
commite82c27ab0402fae11811a34b5b44ba4462f35f4e (patch)
tree43da7e1f319944974e3563c820595cfb8d7c9bec /Alc
parentf32098e04d7533782e66f8a06641703383b627b3 (diff)
Fix includes so alMain.h doesn't include so much by itself
Diffstat (limited to 'Alc')
-rw-r--r--Alc/ALc.c3
-rw-r--r--Alc/ALu.c4
2 files changed, 7 insertions, 0 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 0db68efe..376a3ce8 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -29,6 +29,9 @@
#include "alMain.h"
#include "AL/al.h"
#include "AL/alc.h"
+#include "alThunk.h"
+#include "alSource.h"
+#include "alExtension.h"
///////////////////////////////////////////////////////
// DEBUG INFORMATION
diff --git a/Alc/ALu.c b/Alc/ALu.c
index f3cd24f5..b19bd518 100644
--- a/Alc/ALu.c
+++ b/Alc/ALu.c
@@ -26,6 +26,10 @@
#include "alMain.h"
#include "AL/al.h"
#include "AL/alc.h"
+#include "alSource.h"
+#include "alBuffer.h"
+#include "alThunk.h"
+#include "alListener.h"
#if defined(HAVE_STDINT_H)
#include <stdint.h>