summaryrefslogtreecommitdiff
path: root/src/net/eathena/loginrecv.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-02-21 17:31:48 +0300
committerAndrei Karas <akaras@inbox.ru>2017-02-21 18:05:32 +0300
commit9534d791fe73868c17ff3723d3eacee020a4a215 (patch)
tree72c6366e2767c933bacd9ac488686ba4a312407f /src/net/eathena/loginrecv.cpp
parentfc60e6391b53c7e272bbbfe81e34f64ceb92fe06 (diff)
downloadManaVerse-9534d791fe73868c17ff3723d3eacee020a4a215.tar.gz
ManaVerse-9534d791fe73868c17ff3723d3eacee020a4a215.tar.bz2
ManaVerse-9534d791fe73868c17ff3723d3eacee020a4a215.tar.xz
ManaVerse-9534d791fe73868c17ff3723d3eacee020a4a215.zip
Move other fs related files into fs directory.
Diffstat (limited to 'src/net/eathena/loginrecv.cpp')
-rw-r--r--src/net/eathena/loginrecv.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/eathena/loginrecv.cpp b/src/net/eathena/loginrecv.cpp
index 336ca84a4..c31692b4f 100644
--- a/src/net/eathena/loginrecv.cpp
+++ b/src/net/eathena/loginrecv.cpp
@@ -24,6 +24,8 @@
#include "client.h"
+#include "fs/paths.h"
+
#include "gui/windows/logindialog.h"
#include "net/logindata.h"
@@ -33,7 +35,6 @@
#include "net/eathena/updateprotocol.h"
#include "utils/gettext.h"
-#include "utils/paths.h"
#include "debug.h"