mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-13 06:48:20 +00:00
normalize includes: zone
This commit is contained in:
+6
-10
@@ -1,13 +1,12 @@
|
||||
#ifndef GUILD_MGR_H_
|
||||
#define GUILD_MGR_H_
|
||||
#pragma once
|
||||
|
||||
#include "common/guild_base.h"
|
||||
#include "common/repositories/guild_bank_repository.h"
|
||||
#include "common/types.h"
|
||||
#include "zone/petitions.h"
|
||||
|
||||
#include <list>
|
||||
#include <map>
|
||||
#include "../common/guild_base.h"
|
||||
#include "../common/types.h"
|
||||
|
||||
#include "../common/repositories/guild_bank_repository.h"
|
||||
#include "../zone/petitions.h"
|
||||
|
||||
//extern GuildRanks_Struct guilds[512];
|
||||
//extern ZoneDatabase database;
|
||||
@@ -141,6 +140,3 @@ private:
|
||||
|
||||
extern ZoneGuildManager guild_mgr;
|
||||
extern GuildBankManager *GuildBanks;
|
||||
|
||||
#endif /*GUILD_MGR_H_*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user