mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-30 20:37:11 +00:00
run clang-format to order includes, fix include ordering errors
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
#include "HtmlString.h"
|
||||
|
||||
#include <iomanip>
|
||||
#include <sstream>
|
||||
#include <vector>
|
||||
|
||||
#include "HtmlString.h"
|
||||
#include "console_helpers/StringHelpers.h"
|
||||
#include "Minecraft.Client/Linux/Linux_App.h"
|
||||
#include "console_helpers/StringHelpers.h"
|
||||
|
||||
HtmlString::HtmlString(std::wstring text, eMinecraftColour hexColor,
|
||||
bool italics, bool indent) {
|
||||
|
||||
Reference in New Issue
Block a user