aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2013-12-17 23:03:34 -0800
committerChris Robinson <[email protected]>2013-12-17 23:03:34 -0800
commit0653680690688fd0c9e4331bf1c5a5cd6490e270 (patch)
treec91a02b8e72de51d92ced184efb1b04b50f27915 /Alc/ALc.c
parent0095a59fc96faa1d1cf0c8ede9105b4770b240bc (diff)
Move the base MidiSynth to a separate file
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 99ee54cf..c7206169 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -30,7 +30,6 @@
#include "alMain.h"
#include "alSource.h"
#include "alListener.h"
-#include "alMidi.h"
#include "alThunk.h"
#include "alSource.h"
#include "alBuffer.h"
@@ -40,6 +39,7 @@
#include "alu.h"
#include "backends/base.h"
+#include "midi/base.h"
/************************************************