diff options
author | Valaris <Valaris@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-11 00:55:55 +0000 |
---|---|---|
committer | Valaris <Valaris@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-11 00:55:55 +0000 |
commit | 7d9d9d6baac2793fb1264074d03eb7bcde89e120 (patch) | |
tree | b3944424811079ca6fb6dcabeba66d5afe1d2e67 /src/map/irc.c | |
parent | 877da87ac29df2727c27e6f598256fee790beac8 (diff) | |
download | hercules-7d9d9d6baac2793fb1264074d03eb7bcde89e120.tar.gz hercules-7d9d9d6baac2793fb1264074d03eb7bcde89e120.tar.bz2 hercules-7d9d9d6baac2793fb1264074d03eb7bcde89e120.tar.xz hercules-7d9d9d6baac2793fb1264074d03eb7bcde89e120.zip |
Removed #include <lcms.h> from irc.c, which caused compile errors.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5255 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/irc.c')
-rw-r--r-- | src/map/irc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/irc.c b/src/map/irc.c index 5772655be..ce05e4013 100644 --- a/src/map/irc.c +++ b/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>
|