mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
normalize includes: common
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
#ifndef COMMON_DYNAMIC_ZONE_BASE_H
|
||||
#define COMMON_DYNAMIC_ZONE_BASE_H
|
||||
#pragma once
|
||||
|
||||
#include "common/dynamic_zone_lockout.h"
|
||||
#include "common/eq_constants.h"
|
||||
#include "common/repositories/dynamic_zone_members_repository.h"
|
||||
#include "common/repositories/dynamic_zone_templates_repository.h"
|
||||
#include "common/repositories/dynamic_zones_repository.h"
|
||||
|
||||
#include "dynamic_zone_lockout.h"
|
||||
#include "eq_constants.h"
|
||||
#include "repositories/dynamic_zones_repository.h"
|
||||
#include "repositories/dynamic_zone_members_repository.h"
|
||||
#include "repositories/dynamic_zone_templates_repository.h"
|
||||
#include <algorithm>
|
||||
#include <chrono>
|
||||
#include <cstdint>
|
||||
@@ -270,5 +270,3 @@ public:
|
||||
);
|
||||
}
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user