run clang-format to order includes, fix include ordering errors

This commit is contained in:
Tropical
2026-04-01 15:59:19 -05:00
parent dd93cfe91e
commit dc4e2287ee
1769 changed files with 6505 additions and 4909 deletions

View File

@@ -1,11 +1,9 @@
#include "ServerCommandDispatcher.h"
#include <memory>
#include <vector>
#include "minecraft/server/MinecraftServer.h"
#include "minecraft/server/PlayerList.h"
#include "minecraft/server/level/ServerPlayer.h"
#include "TeleportCommand.h"
#include "ServerCommandDispatcher.h"
#include "minecraft/commands/Command.h"
#include "minecraft/commands/CommandSender.h"
#include "minecraft/commands/common/DefaultGameModeCommand.h"
@@ -16,6 +14,9 @@
#include "minecraft/commands/common/KillCommand.h"
#include "minecraft/commands/common/TimeCommand.h"
#include "minecraft/commands/common/ToggleDownfallCommand.h"
#include "minecraft/server/MinecraftServer.h"
#include "minecraft/server/PlayerList.h"
#include "minecraft/server/level/ServerPlayer.h"
ServerCommandDispatcher::ServerCommandDispatcher() {
addCommand(new TimeCommand());