mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-23 12:23:06 +00:00
run clang-format to order includes, fix include ordering errors
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
#include "4J_Profile.h"
|
||||
#include "../4J.Common/4J_ProfileConstants.h"
|
||||
#include "../4J.Input/4J_Input.h"
|
||||
|
||||
#include <cstdio>
|
||||
#include <cstring>
|
||||
|
||||
#include "../4J.Common/4J_ProfileConstants.h"
|
||||
#include "../4J.Input/4J_Input.h"
|
||||
|
||||
C_4JProfile ProfileManager;
|
||||
|
||||
namespace {
|
||||
|
||||
Reference in New Issue
Block a user