From c5d23c5f1b758a8e202cbe2587e3f6b6f015d5d8 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Mon, 15 Dec 2014 17:02:26 -0600 Subject: [PATCH] effects.cpp header cleanup --- zone/effects.cpp | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/zone/effects.cpp b/zone/effects.cpp index 54e206e85..c236fb942 100644 --- a/zone/effects.cpp +++ b/zone/effects.cpp @@ -15,20 +15,17 @@ 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 "masterentity.h" +#include "../common/spdat.h" + +#include "client.h" +#include "entity.h" +#include "mob.h" + +#include "string_ids.h" #include "worldserver.h" #include "zonedb.h" -#include "../common/spdat.h" -#include "../common/packet_dump.h" -#include "../common/packet_functions.h" -#include "petitions.h" -#include "../common/serverinfo.h" -#include "../common/zone_numbers.h" -#include "../common/moremath.h" -#include "../common/guilds.h" -#include "string_ids.h" -#include "npc_ai.h" float Mob::GetActSpellRange(uint16 spell_id, float range, bool IsBard) {