mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-02 23:40:26 +00:00
normalize includes: world
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
#ifndef WORLD_DYNAMIC_ZONE_H
|
||||
#define WORLD_DYNAMIC_ZONE_H
|
||||
#pragma once
|
||||
|
||||
#include "../common/dynamic_zone_base.h"
|
||||
#include "../common/rulesys.h"
|
||||
#include "../common/timer.h"
|
||||
#include "common/dynamic_zone_base.h"
|
||||
#include "common/rulesys.h"
|
||||
#include "common/timer.h"
|
||||
|
||||
class Database;
|
||||
class ServerPacket;
|
||||
@@ -52,5 +51,3 @@ private:
|
||||
Timer m_choose_leader_cooldown_timer{ static_cast<uint32_t>(RuleI(Expedition, ChooseLeaderCooldownTime)) };
|
||||
Timer m_warning_cooldown_timer{ 1 }; // non-zero so it's enabled initially
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user