summaryrefslogtreecommitdiff
path: root/src/map/intif.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/intif.cpp')
-rw-r--r--src/map/intif.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/map/intif.cpp b/src/map/intif.cpp
index 6cc3772..c6821b6 100644
--- a/src/map/intif.cpp
+++ b/src/map/intif.cpp
@@ -29,13 +29,14 @@
#include "../io/cxxstdio.hpp"
-#include "../net/packets.hpp"
#include "../net/socket.hpp"
-#include "../mmo/mmo.hpp"
+#include "../high/mmo.hpp"
#include "../proto2/char-map.hpp"
+#include "../wire/packets.hpp"
+
#include "battle.hpp"
#include "chrif.hpp"
#include "clif.hpp"