summaryrefslogtreecommitdiff
path: root/src/sound/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound/sound.h')
-rw-r--r--src/sound/sound.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/sound/sound.h b/src/sound/sound.h
index 7cd82680..4f7f573c 100644
--- a/src/sound/sound.h
+++ b/src/sound/sound.h
@@ -22,16 +22,15 @@
#ifndef __SOUND_H
#define __SOUND_H
-#include <list>
-#include <string>
-#include <fstream>
#ifdef WIN32
#pragma warning(disable:4312)
#endif
#include <allegro.h>
#include <jgmod.h>
+#include <list>
#include <string>
+#include <fstream>
/** mod file */
#define TMWSOUND_MOD 1