From b90897c513b031412fb072ab06670391adbafc97 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Mon, 15 Dec 2014 16:41:04 -0600 Subject: [PATCH] client_mods.cpp header cleanup --- zone/client_mods.cpp | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/zone/client_mods.cpp b/zone/client_mods.cpp index 55b522378..2db70e8a3 100644 --- a/zone/client_mods.cpp +++ b/zone/client_mods.cpp @@ -15,18 +15,20 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include #include "../common/debug.h" #include "../common/logsys.h" -#include "../common/spdat.h" #include "../common/rulesys.h" -#include "masterentity.h" -#include "npc_ai.h" -#include "petitions.h" -#include "string_ids.h" -#include "worldserver.h" -#include "zonedb.h" +#include "../common/spdat.h" + +#include "client.h" +#include "mob.h" + +#ifdef BOTS +#include "bot.h" +#endif + +#include int32 Client::GetMaxStat() const {