summaryrefslogtreecommitdiff
path: root/src/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound.cpp')
-rw-r--r--src/sound.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sound.cpp b/src/sound.cpp
index 3e322a585..133494ec3 100644
--- a/src/sound.cpp
+++ b/src/sound.cpp
@@ -22,8 +22,6 @@
#include "sound.h"
-#include <SDL.h>
-
#include "configuration.h"
#include "localplayer.h"
#include "logger.h"
@@ -32,6 +30,8 @@
#include "resources/resourcemanager.h"
#include "resources/soundeffect.h"
+#include <SDL.h>
+
#include "debug.h"
/**