normalize includes: world

This commit is contained in:
brainiac
2025-12-18 00:45:20 -08:00
parent e2e1f98cee
commit 5f3d9ba39a
84 changed files with 712 additions and 795 deletions
+3 -6
View File
@@ -1,8 +1,7 @@
#ifndef EQEMU_EVENT_SCHEDULER_H
#define EQEMU_EVENT_SCHEDULER_H
#pragma once
#include "../common/server_event_scheduler.h"
#include "zonelist.h"
#include "common/server_event_scheduler.h"
#include "world/zonelist.h"
class WorldEventScheduler : public ServerEventScheduler {
public:
@@ -14,5 +13,3 @@ public:
return &instance;
}
};
#endif //EQEMU_EVENT_SCHEDULER_H