aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALu.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/ALu.c
parent0095a59fc96faa1d1cf0c8ede9105b4770b240bc (diff)
Move the base MidiSynth to a separate file
Diffstat (limited to 'Alc/ALu.c')
-rw-r--r--Alc/ALu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Alc/ALu.c b/Alc/ALu.c
index 4ac7250b..34ac6687 100644
--- a/Alc/ALu.c
+++ b/Alc/ALu.c
@@ -31,12 +31,13 @@
#include "alBuffer.h"
#include "alListener.h"
#include "alAuxEffectSlot.h"
-#include "alMidi.h"
#include "alu.h"
#include "bs2b.h"
#include "mixer_defs.h"
+#include "midi/base.h"
+
struct ChanMap {
enum Channel channel;