run IWYU on entire codebase

This commit is contained in:
Tropical
2026-04-01 18:02:06 -05:00
parent 729aad5f06
commit 6eb277c9aa
1125 changed files with 5104 additions and 2009 deletions

View File

@@ -1,7 +1,7 @@
#include "CowModel.h"
#include "minecraft/client/model/QuadrupedModel.h"
#include "minecraft/client/model/geom/ModelPart.h"
#include "minecraft/client/model/QuadrupedModel.h"
CowModel::CowModel() : QuadrupedModel(12, 0) {
head = new ModelPart(this, 0, 0);