mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
spawn2.cpp & .h header include cleanup
This commit is contained in:
parent
34ce09afd1
commit
c25e17f3bc
@ -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 <stdlib.h>
|
||||
#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;
|
||||
|
||||
@ -21,8 +21,6 @@
|
||||
#include "../common/timer.h"
|
||||
#include "npc.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
#define SC_AlwaysEnabled 0
|
||||
|
||||
class SpawnCondition;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user