summaryrefslogtreecommitdiff
path: root/src/resources/soundeffect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/soundeffect.h')
-rw-r--r--src/resources/soundeffect.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/soundeffect.h b/src/resources/soundeffect.h
index 2e56df9b..69d9823d 100644
--- a/src/resources/soundeffect.h
+++ b/src/resources/soundeffect.h
@@ -24,10 +24,10 @@
#ifndef _TMW_SOUND_EFFECT_H
#define _TMW_SOUND_EFFECT_H
-#include "resource.h"
-#include <SDL.h>
#include <SDL_mixer.h>
+#include "resource.h"
+
/**
* Defines a class for loading and storing sound effects.
*/