mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 13:16:39 +00:00
normalize includes: zone
This commit is contained in:
+3
-5
@@ -18,10 +18,10 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef DYNAMIC_ZONE_H
|
||||
#define DYNAMIC_ZONE_H
|
||||
#pragma once
|
||||
|
||||
#include "common/dynamic_zone_base.h"
|
||||
|
||||
#include "../common/dynamic_zone_base.h"
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
#include <unordered_map>
|
||||
@@ -137,5 +137,3 @@ private:
|
||||
|
||||
std::vector<DzLootEvent> m_loot_events; // only valid inside dz zone
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user