mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-07 11:22:24 +00:00
client.h cleanup
This commit is contained in:
parent
ed63c92839
commit
0fd87d344c
@ -17,7 +17,17 @@
|
|||||||
*/
|
*/
|
||||||
#ifndef CLIENT_H
|
#ifndef CLIENT_H
|
||||||
#define CLIENT_H
|
#define CLIENT_H
|
||||||
|
|
||||||
class Client;
|
class Client;
|
||||||
|
class EQApplicationPacket;
|
||||||
|
class EQStream;
|
||||||
|
class Group;
|
||||||
|
class NPC;
|
||||||
|
class Object;
|
||||||
|
class Raid;
|
||||||
|
class Seperator;
|
||||||
|
class ServerPacket;
|
||||||
|
struct Item_Struct;
|
||||||
|
|
||||||
#include "../common/timer.h"
|
#include "../common/timer.h"
|
||||||
#include "../common/ptimer.h"
|
#include "../common/ptimer.h"
|
||||||
@ -28,25 +38,21 @@ class Client;
|
|||||||
#include "../common/eq_packet.h"
|
#include "../common/eq_packet.h"
|
||||||
#include "../common/linked_list.h"
|
#include "../common/linked_list.h"
|
||||||
#include "../common/extprofile.h"
|
#include "../common/extprofile.h"
|
||||||
#include "../common/classes.h"
|
|
||||||
#include "../common/races.h"
|
#include "../common/races.h"
|
||||||
#include "../common/deity.h"
|
|
||||||
#include "../common/seperator.h"
|
#include "../common/seperator.h"
|
||||||
#include "../common/item.h"
|
#include "../common/item.h"
|
||||||
#include "../common/guilds.h"
|
#include "../common/guilds.h"
|
||||||
#include "../common/item_struct.h"
|
#include "../common/item_struct.h"
|
||||||
#include "../common/clientversions.h"
|
#include "../common/clientversions.h"
|
||||||
|
|
||||||
#include "common.h"
|
|
||||||
#include "zonedb.h"
|
|
||||||
#include "errno.h"
|
|
||||||
#include "mob.h"
|
|
||||||
#include "npc.h"
|
|
||||||
#include "merc.h"
|
|
||||||
#include "zone.h"
|
|
||||||
#include "aa.h"
|
#include "aa.h"
|
||||||
#include "questmgr.h"
|
#include "common.h"
|
||||||
|
#include "merc.h"
|
||||||
|
#include "mob.h"
|
||||||
#include "qglobals.h"
|
#include "qglobals.h"
|
||||||
|
#include "questmgr.h"
|
||||||
|
#include "zone.h"
|
||||||
|
#include "zonedb.h"
|
||||||
|
|
||||||
#ifdef _WINDOWS
|
#ifdef _WINDOWS
|
||||||
// since windows defines these within windef.h (which windows.h include)
|
// since windows defines these within windef.h (which windows.h include)
|
||||||
@ -57,7 +63,6 @@ class Client;
|
|||||||
|
|
||||||
#include <float.h>
|
#include <float.h>
|
||||||
#include <set>
|
#include <set>
|
||||||
#include <string>
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user