From 756e5ee1393c332378bc00cc709f28a280be6180 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Mon, 15 Dec 2014 17:26:51 -0600 Subject: [PATCH] groups.cpp & .h header cleanup and forward declare --- zone/groups.cpp | 1 + zone/groups.h | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/zone/groups.cpp b/zone/groups.cpp index 3180e51f1..3395833bf 100644 --- a/zone/groups.cpp +++ b/zone/groups.cpp @@ -22,6 +22,7 @@ #include "../common/packet_dump.h" #include "../common/string_util.h" #include "worldserver.h" + extern EntityList entity_list; extern WorldServer worldserver; diff --git a/zone/groups.h b/zone/groups.h index a0b17229b..909a9dd53 100644 --- a/zone/groups.h +++ b/zone/groups.h @@ -18,14 +18,14 @@ #ifndef GROUPS_H #define GROUPS_H -#include "../common/types.h" -#include "../common/linked_list.h" -#include "../common/emu_opcodes.h" #include "../common/eq_packet_structs.h" -#include "entity.h" +#include "../common/types.h" + #include "mob.h" -#include "../common/features.h" -#include "../common/servertalk.h" + +class Client; +class EQApplicationPacket; +class Mob; #define MAX_MARKED_NPCS 3