mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-30 14:05:53 +00:00
run clang-format to order includes, fix include ordering errors
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
#include <chrono>
|
||||
#include "java/System.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <algorithm>
|
||||
#include <vector>
|
||||
|
||||
#include "java/System.h"
|
||||
#include <algorithm>
|
||||
#include <chrono>
|
||||
#include <vector>
|
||||
|
||||
class Biome;
|
||||
class Node;
|
||||
|
||||
Reference in New Issue
Block a user