summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authorLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-27 13:33:11 +0000
committerLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-03-27 13:33:11 +0000
commitc08b98ac167a79335ed19eca9d3e323147f5fbf1 (patch)
treec1b8caa0517105cdd58b4bbb43058aeb27a6fa5b /src/map/clif.c
parentbe9a68f5b1e78d7e5be21b7553179814c55613fa (diff)
downloadhercules-c08b98ac167a79335ed19eca9d3e323147f5fbf1.tar.gz
hercules-c08b98ac167a79335ed19eca9d3e323147f5fbf1.tar.bz2
hercules-c08b98ac167a79335ed19eca9d3e323147f5fbf1.tar.xz
hercules-c08b98ac167a79335ed19eca9d3e323147f5fbf1.zip
* GCC on Cygwin still complaining, resorted to including limits.h in malloc.h
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5770 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index 2e8d34c46..1e7f6baa9 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -27,7 +27,6 @@
#include "../common/version.h"
#include "../common/nullpo.h"
#include "../common/showmsg.h"
-#include "../common/limits.h"
#include "map.h"
#include "chrif.h"