mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-23 12:02:27 +00:00
run clang-format to order includes, fix include ordering errors
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
#include "minecraft/server/MinecraftServer.h"
|
||||
#include "minecraft/server/PlayerList.h"
|
||||
#include "Command.h"
|
||||
|
||||
#include "minecraft/commands/AdminLogCommand.h"
|
||||
#include "minecraft/commands/CommandSender.h"
|
||||
#include "minecraft/network/packet/ChatPacket.h"
|
||||
#include "minecraft/server/MinecraftServer.h"
|
||||
#include "minecraft/server/PlayerList.h"
|
||||
|
||||
AdminLogCommand* Command::logger;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user