guild_mgr.cpp header cleanup

This commit is contained in:
Akkadius 2014-12-15 17:28:04 -06:00
parent 756e5ee139
commit 1fcb8235c5

View File

@ -15,14 +15,15 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#include "../common/debug.h"
#include "guild_mgr.h"
#include "zonedb.h"
#include "worldserver.h"
#include "../common/servertalk.h" #include "../common/servertalk.h"
#include "../common/string_util.h" #include "../common/string_util.h"
#include "client.h" #include "client.h"
#include "entity.h" #include "entity.h"
#include "guild_mgr.h"
#include "worldserver.h"
#include "zonedb.h"
ZoneGuildManager guild_mgr; ZoneGuildManager guild_mgr;
GuildBankManager *GuildBanks; GuildBankManager *GuildBanks;