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

View File

@@ -1,13 +1,15 @@
#include "WolfModel.h"
#include <math.h>
#include <memory>
#include <numbers>
#include "WolfModel.h"
#include "minecraft/world/entity/animal/Wolf.h"
#include "minecraft/client/model/geom/ModelPart.h"
#include "4J.Render/4J_Render.h"
#include "minecraft/world/entity/LivingEntity.h"
#include "minecraft/client/model/geom/Model.h"
#include "minecraft/client/model/geom/ModelPart.h"
#include "minecraft/world/entity/LivingEntity.h"
#include "minecraft/world/entity/animal/Wolf.h"
WolfModel::WolfModel() {
float g = 0;