masterentity.h header order cleanup

hate_list.cpp & .h header cleanup and forward declare
This commit is contained in:
Akkadius
2014-12-15 17:34:19 -06:00
parent 1fcb8235c5
commit b733e96aea
3 changed files with 23 additions and 14 deletions
+7 -7
View File
@@ -1,17 +1,17 @@
//Trumpcard: EntityLists are composed of multiple list types. This is the
//master that includes all types. When entity.h is required, many of these are as well.
#include "entity.h"
#include "groups.h"
#include "raids.h"
#include "beacon.h"
#include "client.h"
#include "object.h"
#include "corpse.h"
#include "doors.h"
#include "mob.h"
#include "trap.h"
#include "beacon.h"
#include "entity.h"
#include "groups.h"
#include "horse.h"
#include "mob.h"
#include "object.h"
#include "raids.h"
#include "trap.h"
#ifdef BOTS
#include "bot.h"