diff options
Diffstat (limited to 'engines/sword1/music.cpp')
-rw-r--r-- | engines/sword1/music.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/engines/sword1/music.cpp b/engines/sword1/music.cpp index a5ed77d30d..6ea75da4c7 100644 --- a/engines/sword1/music.cpp +++ b/engines/sword1/music.cpp @@ -21,13 +21,12 @@ */ #include "common/stdafx.h" - -#include "sword1/music.h" - -#include "common/util.h" +#include "common/endian.h" #include "common/file.h" +#include "common/util.h" #include "common/system.h" +#include "sword1/music.h" #include "sound/mixer.h" #include "sound/mp3.h" #include "sound/vorbis.h" |