spawn2.cpp & .h header include cleanup

This commit is contained in:
Akkadius 2014-12-15 18:42:14 -06:00
parent 34ce09afd1
commit c25e17f3bc
2 changed files with 6 additions and 7 deletions

View File

@ -15,16 +15,17 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#include "../common/debug.h" #include "../common/debug.h"
#include "../common/string_util.h" #include "../common/string_util.h"
#include <stdlib.h>
#include "spawn2.h" #include "client.h"
#include "entity.h" #include "entity.h"
#include "masterentity.h" #include "spawn2.h"
#include "zone.h"
#include "spawngroup.h" #include "spawngroup.h"
#include "zonedb.h"
#include "worldserver.h" #include "worldserver.h"
#include "zone.h"
#include "zonedb.h"
extern EntityList entity_list; extern EntityList entity_list;
extern Zone* zone; extern Zone* zone;

View File

@ -21,8 +21,6 @@
#include "../common/timer.h" #include "../common/timer.h"
#include "npc.h" #include "npc.h"
#include <string>
#define SC_AlwaysEnabled 0 #define SC_AlwaysEnabled 0
class SpawnCondition; class SpawnCondition;