mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-17 17:28:07 +00:00
run clang-format to order includes, fix include ordering errors
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include "DemoUser.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "DemoUser.h"
|
||||
#include "minecraft/client/User.h"
|
||||
|
||||
DemoUser::DemoUser() : User(L"DemoUser", L"n/a") {}
|
||||
Reference in New Issue
Block a user