Browse Source

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
Valaris 19 years ago
parent
commit
2c19f4bfcd
2 changed files with 1 additions and 1 deletions
  1. 1 0
      Changelog-Trunk.txt
  2. 0 1
      src/map/irc.c

+ 1 - 0
Changelog-Trunk.txt

@@ -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]

+ 0 - 1
src/map/irc.c

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