mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-01 10:11:37 +00:00
qglobals.cpp & .h include header cleanup
This commit is contained in:
+2
-3
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user