From d14a0a7be38de94dce84818c904e609d31da21ab Mon Sep 17 00:00:00 2001 From: Orcan Ogetbil Date: Wed, 15 Dec 2010 22:46:10 +0000 Subject: Major cleanup in the #includes. Moved the contents of all.h into individal files. --- muse2/synti/fluidsynth/fluidsynti.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'muse2/synti/fluidsynth/fluidsynti.cpp') diff --git a/muse2/synti/fluidsynth/fluidsynti.cpp b/muse2/synti/fluidsynth/fluidsynti.cpp index ffd72561..72031d59 100644 --- a/muse2/synti/fluidsynth/fluidsynti.cpp +++ b/muse2/synti/fluidsynth/fluidsynti.cpp @@ -7,12 +7,13 @@ * */ -#include "fluidsynti.h" -#include "muse/midi.h" - #include #include -#include + +#include + +#include "fluidsynti.h" +#include "muse/midi.h" FluidCtrl FluidSynth::fluidCtrl[] = { //{ "Expression", CTRL_EXPRESSION, 0, 127 }, -- cgit v1.2.3