From 58d47620f3fc6cde55c6c39ebfe65ffdb8b0d8c1 Mon Sep 17 00:00:00 2001 From: ultramage Date: Tue, 17 Apr 2007 10:03:30 +0000 Subject: * Discarded extra deflate function needed for afm reading - as a result, discarded the whole chain of support functions, .c files and includes needed to make that one function run - also removed zlib compile/link dependencies where they are not needed - reduced the whole zlib package into two core include files - adjusted makefiles / project files to reflect this change git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10273 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/npc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/map/npc.c') diff --git a/src/map/npc.c b/src/map/npc.c index 531ea83cb..c028a7ca4 100644 --- a/src/map/npc.c +++ b/src/map/npc.c @@ -5,7 +5,6 @@ #include "../common/timer.h" #include "../common/nullpo.h" #include "../common/malloc.h" -#include "../common/grfio.h" #include "../common/showmsg.h" #include "../common/ers.h" #include "../common/db.h" -- cgit v1.2.3-70-g09d2