From f81f62670e224e544a7bf5c35bbbc04a9c65d818 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Sun, 7 Dec 2014 03:08:27 -0600 Subject: [PATCH] Header cleanup of aggro.cpp --- zone/aggro.cpp | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/zone/aggro.cpp b/zone/aggro.cpp index a904b9707..dc9aa50ec 100644 --- a/zone/aggro.cpp +++ b/zone/aggro.cpp @@ -15,18 +15,22 @@ 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 -#include -#include "masterentity.h" #include "../common/faction.h" -#include "map.h" -#include "../common/spdat.h" -#include "../common/skills.h" -#include "../common/misc_functions.h" #include "../common/rulesys.h" -#include "string_ids.h" -#include +#include "../common/spdat.h" + +#include "client.h" +#include "corpse.h" +#include "entity.h" +#include "mob.h" + +#ifdef BOTS +#include "bot.h" +#endif + +#include "map.h" extern Zone* zone; //#define LOSDEBUG 6