mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
normalize includes: zone
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
#ifndef EQEMU_ZONE_EVENT_SCHEDULER_H
|
||||
#define EQEMU_ZONE_EVENT_SCHEDULER_H
|
||||
#pragma once
|
||||
|
||||
#include "../common/server_event_scheduler.h"
|
||||
#include "zone.h"
|
||||
#include "../common/content/world_content_service.h"
|
||||
#include "common/content/world_content_service.h"
|
||||
#include "common/server_event_scheduler.h"
|
||||
#include "zone/zone.h"
|
||||
|
||||
class ZoneEventScheduler : public ServerEventScheduler {
|
||||
public:
|
||||
@@ -16,5 +15,3 @@ public:
|
||||
return &instance;
|
||||
}
|
||||
};
|
||||
|
||||
#endif //EQEMU_ZONE_EVENT_SCHEDULER_H
|
||||
|
||||
Reference in New Issue
Block a user