summaryrefslogtreecommitdiff
path: root/src/tool
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2015-06-05 01:49:44 +0200
committerHaru <haru@dotalux.com>2015-06-19 12:38:08 +0200
commitf2fbdc16a14d07e0895cc09eeba689bc556481d2 (patch)
tree76c299f94ef60fa6007321b8c403ebc93d8027c1 /src/tool
parent080980071b952141275526f1745d8d74c10e4deb (diff)
downloadhercules-f2fbdc16a14d07e0895cc09eeba689bc556481d2.tar.gz
hercules-f2fbdc16a14d07e0895cc09eeba689bc556481d2.tar.bz2
hercules-f2fbdc16a14d07e0895cc09eeba689bc556481d2.tar.xz
hercules-f2fbdc16a14d07e0895cc09eeba689bc556481d2.zip
Cleaned up some #includes
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/tool')
-rw-r--r--src/tool/mapcache.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tool/mapcache.c b/src/tool/mapcache.c
index 6aa9bf273..356cdd352 100644
--- a/src/tool/mapcache.c
+++ b/src/tool/mapcache.c
@@ -3,8 +3,6 @@
#define HERCULES_CORE
-#include "config/core.h" // RENEWAL
-
#include "common/cbasetypes.h"
#include "common/core.h"
#include "common/grfio.h"
@@ -16,7 +14,6 @@
#include <stdio.h>
#include <stdlib.h>
-#include <string.h>
#ifndef _WIN32
#include <unistd.h>
#endif