summaryrefslogtreecommitdiff
path: root/src/map/pc.c
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-28 16:33:25 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-28 16:33:25 +0300
commit0f0466b9a273a7f4481acae47f5cb1166a2d145a (patch)
treee6e933927203f18ad8478188d4c40338253615e0 /src/map/pc.c
parenteb2a8c8519ad566e2b2dfae18d11acc8478a85fc (diff)
downloadevol-hercules-0f0466b9a273a7f4481acae47f5cb1166a2d145a.tar.gz
evol-hercules-0f0466b9a273a7f4481acae47f5cb1166a2d145a.tar.bz2
evol-hercules-0f0466b9a273a7f4481acae47f5cb1166a2d145a.tar.xz
evol-hercules-0f0466b9a273a7f4481acae47f5cb1166a2d145a.zip
Move struct files into struct directory.
Diffstat (limited to 'src/map/pc.c')
-rw-r--r--src/map/pc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c
index 315595e..5e82c19 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -15,7 +15,7 @@
#include "map/pc.h"
#include "map/session.h"
-#include "map/sessionext.h"
+#include "map/struct/sessionext.h"
int langScriptId;