diff options
Diffstat (limited to 'src/resources/soundeffect.cpp')
-rw-r--r-- | src/resources/soundeffect.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/resources/soundeffect.cpp b/src/resources/soundeffect.cpp index ba0af415..30d405d3 100644 --- a/src/resources/soundeffect.cpp +++ b/src/resources/soundeffect.cpp @@ -22,7 +22,6 @@ */ #include "soundeffect.h" -#include "resourcemanager.h" SoundEffect::SoundEffect(Mix_Chunk *soundEffect): soundEffect(soundEffect) |