normalize includes: world

This commit is contained in:
brainiac
2025-12-18 00:45:20 -08:00
committed by Alex
parent 6314b386ef
commit 552a908f92
84 changed files with 712 additions and 795 deletions
+5 -8
View File
@@ -1,10 +1,10 @@
#ifndef EQEMU_WORLD_BOOT_H
#define EQEMU_WORLD_BOOT_H
#pragma once
#include "common/discord/discord.h"
#include "common/types.h"
#include "world/ucs.h"
#include <string>
#include "../common/types.h"
#include "../common/discord/discord.h"
#include "ucs.h"
class WorldBoot {
public:
@@ -27,6 +27,3 @@ public:
SendDiscordMessage(webhook_id, message_prefix + Discord::FormatDiscordMessage(log_category, message));
};
};
#endif //EQEMU_WORLD_BOOT_H