summaryrefslogtreecommitdiff
path: root/src/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound.cpp')
-rw-r--r--src/sound.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sound.cpp b/src/sound.cpp
index edabe6bf8..3e322a585 100644
--- a/src/sound.cpp
+++ b/src/sound.cpp
@@ -20,12 +20,13 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include "sound.h"
+
#include <SDL.h>
#include "configuration.h"
#include "localplayer.h"
#include "logger.h"
-#include "sound.h"
#include "resources/music.h"
#include "resources/resourcemanager.h"