From: Akari Date: Mon, 7 Feb 2011 11:03:55 +0000 (+0200) Subject: moved libircclient include to irc.h X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=6e23687267f9e196df3ce6872dbb783863663836;p=xonotic%2Fdarkplaces.git moved libircclient include to irc.h --- diff --git a/irc.c b/irc.c index 4ad80cb5..5ee25e68 100755 --- a/irc.c +++ b/irc.c @@ -13,7 +13,6 @@ // GNU General Public License for more details. #include -#include #include #include "quakedef.h" diff --git a/irc.h b/irc.h index fd23c9c0..32178a61 100755 --- a/irc.h +++ b/irc.h @@ -12,6 +12,7 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. +#include #ifndef IRCINCLUDED #define IRCINCLUDED