From 784683a68dc3882f9507b9d304f4adf10fb403ae Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 19 Dec 2012 08:48:04 -0500 Subject: Having these references to bots bugged out older compilers, so simplify this by just moving pointers to the core --- src/protocol.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/protocol.cpp') diff --git a/src/protocol.cpp b/src/protocol.cpp index de2013cc6..44b7770da 100644 --- a/src/protocol.cpp +++ b/src/protocol.cpp @@ -19,7 +19,6 @@ #include "uplink.h" #include "bots.h" #include "channels.h" -#include "operserv.h" IRCDProto *IRCD = NULL; -- cgit