summaryrefslogtreecommitdiff
path: root/src/soundmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/soundmanager.cpp')
-rw-r--r--src/soundmanager.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/soundmanager.cpp b/src/soundmanager.cpp
index 940c51451..5342f82d1 100644
--- a/src/soundmanager.cpp
+++ b/src/soundmanager.cpp
@@ -28,6 +28,8 @@
#include "being/localplayer.h"
#endif // DYECMD
+#include "fs/virtfs.h"
+
#include "resources/sdlmusic.h"
#include "resources/soundeffect.h"
@@ -35,7 +37,6 @@
#include "resources/loaders/soundloader.h"
#include "utils/checkutils.h"
-#include "utils/virtfs.h"
#include <SDL.h>