run clang-format to order includes, fix include ordering errors

This commit is contained in:
Tropical
2026-04-01 15:59:19 -05:00
parent dd93cfe91e
commit dc4e2287ee
1769 changed files with 6505 additions and 4909 deletions
@@ -1,14 +1,16 @@
#include "BoundingBox.h"
#include <limits.h>
#include <format>
#include <string>
#include <vector>
#include "BoundingBox.h"
#include "minecraft/Direction.h"
#include "java/JavaMath.h"
#include "console_helpers/StringHelpers.h"
#include "nbt/IntArrayTag.h"
#include "java/JavaMath.h"
#include "minecraft/Direction.h"
#include "minecraft/world/level/levelgen/structure/BoundingBox.h"
#include "nbt/IntArrayTag.h"
BoundingBox::BoundingBox() {
// 4J added initialisers