spawngroup.cpp & .h header include cleanup

This commit is contained in:
Akkadius 2014-12-15 18:44:36 -06:00
parent c25e17f3bc
commit 24f9e8d181
2 changed files with 6 additions and 9 deletions

View File

@ -15,17 +15,15 @@
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 "spawngroup.h"
#include "entity.h"
#include <string.h>
#include <stdlib.h>
#include <iostream>
#include "../common/types.h"
#include "zonedb.h"
#include "../common/misc_functions.h"
#include "../common/string_util.h"
#include "../common/types.h"
#include "entity.h"
#include "spawngroup.h"
#include "zone.h"
#include "zonedb.h"
extern EntityList entity_list;
extern Zone* zone;

View File

@ -18,7 +18,6 @@
#ifndef SPAWNGROUP_H
#define SPAWNGROUP_H
#include "../common/linked_list.h"
#include "../common/types.h"
#include <map>