raids.cpp & .h header include cleanup and forward declare

This commit is contained in:
Akkadius
2014-12-15 18:38:54 -06:00
parent c43377100e
commit 34ce09afd1
2 changed files with 10 additions and 9 deletions
+1 -4
View File
@@ -19,14 +19,11 @@
#define RAIDS_H
#include "../common/types.h"
#include "../common/linked_list.h"
#include "groups.h"
#include <vector>
#include <string>
#include <queue>
class Client;
class EQApplicationPacket;
class Mob;
enum { //raid packet types:
raidAdd = 0,