Removed #include <lcms.h> from irc.c, which caused compile errors.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5255 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
Valaris 2006-02-11 00:55:55 +00:00
parent 81b7073131
commit 2c19f4bfcd
2 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,7 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. EV
GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALARIS
2006/02/10
* Removed #include <lcms.h> from irc.c, since it's unused and some people don't have it. [Valaris]
* Changed the default MAX_LEVEL supported by the map server to 1000. [Skotlex]
* Pet Lures won't be consumed now when used on a non-mob. [Skotlex]
* Fixed map_searchrandcell function. [Skotlex]

View File

@ -5,7 +5,6 @@
#include <arpa/inet.h>
#include <netdb.h>
#include <unistd.h>
#include <lcms.h>
#include <ctype.h>
#include <strings.h>