diff --git a/zone/spawn2.cpp b/zone/spawn2.cpp index bf7192107..eae93c8c7 100644 --- a/zone/spawn2.cpp +++ b/zone/spawn2.cpp @@ -15,16 +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 "../common/string_util.h" -#include -#include "spawn2.h" + +#include "client.h" #include "entity.h" -#include "masterentity.h" -#include "zone.h" +#include "spawn2.h" #include "spawngroup.h" -#include "zonedb.h" #include "worldserver.h" +#include "zone.h" +#include "zonedb.h" extern EntityList entity_list; extern Zone* zone; diff --git a/zone/spawn2.h b/zone/spawn2.h index e529bb65e..a626b7084 100644 --- a/zone/spawn2.h +++ b/zone/spawn2.h @@ -21,8 +21,6 @@ #include "../common/timer.h" #include "npc.h" -#include - #define SC_AlwaysEnabled 0 class SpawnCondition;