summaryrefslogtreecommitdiff
path: root/src/utils/paths.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/utils/paths.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/utils/paths.cpp')
-rw-r--r--src/utils/paths.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/utils/paths.cpp b/src/utils/paths.cpp
index 43fff958e..3e5bf8829 100644
--- a/src/utils/paths.cpp
+++ b/src/utils/paths.cpp
@@ -24,9 +24,10 @@
#include "config.h"
#endif // _MSC_VER
+#include "fs/virtfs.h"
+
#include "utils/paths.h"
-#include "utils/virtfs.h"
#include "utils/stringutils.h"
#ifdef USE_X11