summaryrefslogtreecommitdiff
path: root/src/map/chrif.cpp
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <bjorn@lindeijer.nl>2024-06-06 17:50:58 +0200
committerThorbjørn Lindeijer <bjorn@lindeijer.nl>2024-06-06 17:50:58 +0200
commit33fb378b7605d34e73d9187cfb36aa8535b96cd0 (patch)
tree590aec101ad8aa055b90ddfb6bdc3b08a6715dc5 /src/map/chrif.cpp
parentecef2b6bf1e49a62acf4b9baf9a927835fa03e91 (diff)
downloadtmwa-33fb378b7605d34e73d9187cfb36aa8535b96cd0.tar.gz
tmwa-33fb378b7605d34e73d9187cfb36aa8535b96cd0.tar.bz2
tmwa-33fb378b7605d34e73d9187cfb36aa8535b96cd0.tar.xz
tmwa-33fb378b7605d34e73d9187cfb36aa8535b96cd0.zip
Generate code out of treegenerate-code-out-of-tree
Diffstat (limited to 'src/map/chrif.cpp')
-rw-r--r--src/map/chrif.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/map/chrif.cpp b/src/map/chrif.cpp
index 52c311b..0a7ee07 100644
--- a/src/map/chrif.cpp
+++ b/src/map/chrif.cpp
@@ -33,7 +33,7 @@
#include "../net/timer.hpp"
#include "../net/timestamp-utils.hpp"
-#include "../proto2/char-map.hpp"
+#include "proto2/char-map.hpp"
#include "../mmo/human_time_diff.hpp"
#include "../high/mmo.hpp"
@@ -41,13 +41,13 @@
#include "../wire/packets.hpp"
#include "battle.hpp"
-#include "battle_conf.hpp"
+#include "map/battle_conf.hpp"
#include "clif.hpp"
#include "globals.hpp"
#include "intif.hpp"
#include "itemdb.hpp"
#include "map.hpp"
-#include "map_conf.hpp"
+#include "map/map_conf.hpp"
#include "npc.hpp"
#include "pc.hpp"
#include "storage.hpp"