From ed63c92839c80c7d23604ee8333a3eb4c6485541 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Mon, 15 Dec 2014 04:58:53 -0600 Subject: [PATCH] bonuses.cpp header cleanup --- zone/bonuses.cpp | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/zone/bonuses.cpp b/zone/bonuses.cpp index ac9602a67..aa89856a1 100644 --- a/zone/bonuses.cpp +++ b/zone/bonuses.cpp @@ -15,27 +15,29 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include "../common/debug.h" -#include "../common/spdat.h" -#include "masterentity.h" -#include "../common/packet_dump.h" -#include "../common/moremath.h" -#include "../common/item.h" -#include "worldserver.h" -#include "../common/skills.h" -#include "../common/bodytypes.h" #include "../common/classes.h" +#include "../common/debug.h" +#include "../common/item.h" #include "../common/rulesys.h" +#include "../common/skills.h" +#include "../common/spdat.h" + +#include "client.h" +#include "entity.h" +#include "mob.h" + +#ifdef BOTS +#include "bot.h" +#endif + #include "quest_parser_collection.h" -#include -#include -#include + + #ifndef WIN32 #include #include "../common/unix.h" #endif -#include "string_ids.h" void Mob::CalcBonuses() {