diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-02-21 17:31:48 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-02-21 18:05:32 +0300 |
commit | 9534d791fe73868c17ff3723d3eacee020a4a215 (patch) | |
tree | 72c6366e2767c933bacd9ac488686ba4a312407f /src/dyetool/client.cpp | |
parent | fc60e6391b53c7e272bbbfe81e34f64ceb92fe06 (diff) | |
download | plus-9534d791fe73868c17ff3723d3eacee020a4a215.tar.gz plus-9534d791fe73868c17ff3723d3eacee020a4a215.tar.bz2 plus-9534d791fe73868c17ff3723d3eacee020a4a215.tar.xz plus-9534d791fe73868c17ff3723d3eacee020a4a215.zip |
Move other fs related files into fs directory.
Diffstat (limited to 'src/dyetool/client.cpp')
-rw-r--r-- | src/dyetool/client.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dyetool/client.cpp b/src/dyetool/client.cpp index 0ee7d0c2c..6e206de7f 100644 --- a/src/dyetool/client.cpp +++ b/src/dyetool/client.cpp @@ -63,7 +63,7 @@ #include "utils/gettexthelper.h" #include "utils/mrand.h" #ifdef ANDROID -#include "utils/paths.h" +#include "fs/paths.h" #endif // ANDROID #include "utils/sdlcheckutils.h" @@ -77,7 +77,7 @@ #ifdef WIN32 #include <SDL_syswm.h> -#include "utils/specialfolder.h" +#include "fs/specialfolder.h" #undef ERROR #endif // WIN32 |