diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-02-21 17:08:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-02-21 17:16:24 +0300 |
commit | fc60e6391b53c7e272bbbfe81e34f64ceb92fe06 (patch) | |
tree | c2010fe985e24cd4e22346a29856a6fd003775bc /src/utils/gettexthelper.cpp | |
parent | 01ac8bad77156f50ba57ddff5306714dc3815ef3 (diff) | |
download | manaplus-fc60e6391b53c7e272bbbfe81e34f64ceb92fe06.tar.gz manaplus-fc60e6391b53c7e272bbbfe81e34f64ceb92fe06.tar.bz2 manaplus-fc60e6391b53c7e272bbbfe81e34f64ceb92fe06.tar.xz manaplus-fc60e6391b53c7e272bbbfe81e34f64ceb92fe06.zip |
Move virt fs related files into fs directory.
Diffstat (limited to 'src/utils/gettexthelper.cpp')
-rw-r--r-- | src/utils/gettexthelper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/gettexthelper.cpp b/src/utils/gettexthelper.cpp index 5b1999925..e95f26289 100644 --- a/src/utils/gettexthelper.cpp +++ b/src/utils/gettexthelper.cpp @@ -28,7 +28,7 @@ #include "client.h" #include "logger.h" -#include "utils/virtfs.h" +#include "fs/virtfs.h" #include <libintl.h> |