mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-02 22:03:52 +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 "qglobals.h"
|
||||
#include "masterentity.h"
|
||||
#include "client.h"
|
||||
#include "zone.h"
|
||||
#include "zonedb.h"
|
||||
|
||||
void QGlobalCache::AddGlobal(uint32 id, QGlobal global)
|
||||
{
|
||||
|
||||
@ -2,9 +2,6 @@
|
||||
#define __QGLOBALS__H
|
||||
|
||||
#include <list>
|
||||
#include <string>
|
||||
#include <stdlib.h>
|
||||
#include "../common/timer.h"
|
||||
|
||||
class NPC;
|
||||
class Client;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user