summaryrefslogtreecommitdiff
path: root/src/map/charcommand.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/charcommand.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/charcommand.c')
-rw-r--r--src/map/charcommand.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/charcommand.c b/src/map/charcommand.c
index 4e9b8b542..27e92029a 100644
--- a/src/map/charcommand.c
+++ b/src/map/charcommand.c
@@ -10,7 +10,6 @@
#include "../common/socket.h"
#include "../common/timer.h"
#include "../common/nullpo.h"
-#include "../common/limits.h"
#include "log.h"
#include "clif.h"