mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-23 16:48:21 +00:00
normalize includes: zone
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#ifndef GLOBAL_LOOT_MANAGER_H
|
||||
#define GLOBAL_LOOT_MANAGER_H
|
||||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
@@ -58,5 +57,3 @@ public:
|
||||
void ShowZoneGlobalLoot(Client *to) const;
|
||||
void ShowNPCGlobalLoot(Client *to, NPC *who) const;
|
||||
};
|
||||
|
||||
#endif /* !GLOBAL_LOOT_MANAGER_H */
|
||||
|
||||
Reference in New Issue
Block a user