aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sound_adlib.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2011-04-28 15:39:17 +0200
committerJohannes Schickel2011-04-28 15:39:57 +0200
commit7d03da14cb621f60c610a752b676c9c2b32e00b0 (patch)
tree5dda85ea256ca2850408ab9a4e829f1eb5d8213e /engines/kyra/sound_adlib.cpp
parentc6fa23a3d1af0256b43503439abe5c0083c03cfd (diff)
downloadscummvm-rg350-7d03da14cb621f60c610a752b676c9c2b32e00b0.tar.gz
scummvm-rg350-7d03da14cb621f60c610a752b676c9c2b32e00b0.tar.bz2
scummvm-rg350-7d03da14cb621f60c610a752b676c9c2b32e00b0.zip
KYRA: Clean up of header includes.
Diffstat (limited to 'engines/kyra/sound_adlib.cpp')
-rw-r--r--engines/kyra/sound_adlib.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/kyra/sound_adlib.cpp b/engines/kyra/sound_adlib.cpp
index e2654afe12..16f6ca3eaa 100644
--- a/engines/kyra/sound_adlib.cpp
+++ b/engines/kyra/sound_adlib.cpp
@@ -40,10 +40,11 @@
*/
+#include "kyra/sound_intern.h"
+#include "kyra/resource.h"
+
#include "common/system.h"
#include "common/mutex.h"
-#include "kyra/resource.h"
-#include "kyra/sound_intern.h"
#include "audio/mixer.h"
#include "audio/fmopl.h"