summaryrefslogtreecommitdiff
path: root/src/map/atcommand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/atcommand.cpp')
-rw-r--r--src/map/atcommand.cpp15
1 files changed, 3 insertions, 12 deletions
diff --git a/src/map/atcommand.cpp b/src/map/atcommand.cpp
index 968e428..211baac 100644
--- a/src/map/atcommand.cpp
+++ b/src/map/atcommand.cpp
@@ -1,26 +1,16 @@
#include "atcommand.hpp"
-#include <sys/stat.h>
-#include <sys/types.h>
-
-#include <fcntl.h>
-#include <unistd.h>
-
-#include <cctype>
#include <cmath>
-#include <cstdio>
-#include <cstdlib>
#include <cstring>
#include <ctime>
-#include <array>
-
#include "../common/core.hpp"
#include "../common/cxxstdio.hpp"
+#include "../common/mmo.hpp"
#include "../common/mt_rand.hpp"
#include "../common/nullpo.hpp"
#include "../common/socket.hpp"
-#include "../common/timer.hpp"
+#include "../common/utils2.hpp"
#include "battle.hpp"
#include "chrif.hpp"
@@ -34,6 +24,7 @@
#include "pc.hpp"
#include "script.hpp"
#include "skill.hpp"
+#include "storage.hpp"
#include "tmw.hpp"
#include "trade.hpp"