summaryrefslogtreecommitdiff
path: root/src/soundmanager.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-02-21 17:08:42 +0300
committerAndrei Karas <akaras@inbox.ru>2017-02-21 17:16:24 +0300
commitfc60e6391b53c7e272bbbfe81e34f64ceb92fe06 (patch)
treec2010fe985e24cd4e22346a29856a6fd003775bc /src/soundmanager.cpp
parent01ac8bad77156f50ba57ddff5306714dc3815ef3 (diff)
downloadplus-fc60e6391b53c7e272bbbfe81e34f64ceb92fe06.tar.gz
plus-fc60e6391b53c7e272bbbfe81e34f64ceb92fe06.tar.bz2
plus-fc60e6391b53c7e272bbbfe81e34f64ceb92fe06.tar.xz
plus-fc60e6391b53c7e272bbbfe81e34f64ceb92fe06.zip
Move virt fs related files into fs directory.
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>