From 1fcb8235c529bf103220f8bc66999b6f227fefb6 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Mon, 15 Dec 2014 17:28:04 -0600 Subject: [PATCH] guild_mgr.cpp header cleanup --- zone/guild_mgr.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/zone/guild_mgr.cpp b/zone/guild_mgr.cpp index bad060aef..5d42846e4 100644 --- a/zone/guild_mgr.cpp +++ b/zone/guild_mgr.cpp @@ -15,14 +15,15 @@ along with this program; if not, write to the Free Software 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/string_util.h" + #include "client.h" #include "entity.h" +#include "guild_mgr.h" +#include "worldserver.h" +#include "zonedb.h" ZoneGuildManager guild_mgr; GuildBankManager *GuildBanks;