mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-31 10:22:32 +00:00
qglobals.cpp & .h include header cleanup
This commit is contained in:
parent
24503bd0ee
commit
7dc69b7755
@ -1,9 +1,8 @@
|
|||||||
#include "../common/debug.h"
|
|
||||||
#include "../common/string_util.h"
|
#include "../common/string_util.h"
|
||||||
|
|
||||||
#include "qglobals.h"
|
#include "qglobals.h"
|
||||||
#include "masterentity.h"
|
#include "client.h"
|
||||||
#include "zone.h"
|
#include "zone.h"
|
||||||
#include "zonedb.h"
|
|
||||||
|
|
||||||
void QGlobalCache::AddGlobal(uint32 id, QGlobal global)
|
void QGlobalCache::AddGlobal(uint32 id, QGlobal global)
|
||||||
{
|
{
|
||||||
|
|||||||
@ -2,9 +2,6 @@
|
|||||||
#define __QGLOBALS__H
|
#define __QGLOBALS__H
|
||||||
|
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <string>
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include "../common/timer.h"
|
|
||||||
|
|
||||||
class NPC;
|
class NPC;
|
||||||
class Client;
|
class Client;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user