From b76388732018552abda8b935b6fc81aa8772f0bb Mon Sep 17 00:00:00 2001 From: waltje Date: Tue, 10 Oct 2017 03:22:22 -0400 Subject: [PATCH] Hopefully fixed fluidsynth.. --- src/sound/midi_fluidsynth.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sound/midi_fluidsynth.c b/src/sound/midi_fluidsynth.c index 69bf21b17..afd306eb2 100644 --- a/src/sound/midi_fluidsynth.c +++ b/src/sound/midi_fluidsynth.c @@ -8,10 +8,10 @@ #include #include #include "../config.h" +#include "../device.h" +#include "../plat.h" #include "../win/plat_dynld.h" #include "../win/plat_thread.h" -#include "../win/plat_ui.h" -#include "../device.h" #include "midi.h" #include "midi_fluidsynth.h" #include "sound.h"