From 7d9d9d6baac2793fb1264074d03eb7bcde89e120 Mon Sep 17 00:00:00 2001 From: Valaris Date: Sat, 11 Feb 2006 00:55:55 +0000 Subject: Removed #include from irc.c, which caused compile errors. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5255 54d463be-8e91-2dee-dedb-b68131a5f0ec --- Changelog-Trunk.txt | 1 + src/map/irc.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 03c311c83..c90991413 100644 --- a/Changelog-Trunk.txt +++ b/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 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] 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 #include #include -#include #include #include -- cgit v1.2.3-70-g09d2