qglobals.cpp & .h include header cleanup

This commit is contained in:
Akkadius 2014-12-15 18:22:27 -06:00
parent 24503bd0ee
commit 7dc69b7755
2 changed files with 2 additions and 6 deletions

View File

@ -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)
{

View File

@ -2,9 +2,6 @@
#define __QGLOBALS__H
#include <list>
#include <string>
#include <stdlib.h>
#include "../common/timer.h"
class NPC;
class Client;