From 7119cf864008e3cfca472a259b6cbb808dc43813 Mon Sep 17 00:00:00 2001 From: MegaMech <7255464+MegaMech@users.noreply.github.com> Date: Sat, 29 Mar 2025 12:32:29 -0600 Subject: [PATCH] Cleanup headers --- src/engine/editor/Gizmo.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/engine/editor/Gizmo.cpp b/src/engine/editor/Gizmo.cpp index 774c1ab4c..ceb3ab33c 100644 --- a/src/engine/editor/Gizmo.cpp +++ b/src/engine/editor/Gizmo.cpp @@ -17,12 +17,8 @@ extern "C" { #include "common_structs.h" #include "main.h" -#include "defines.h" #include "actors.h" -#include "math_util.h" -#include "math_util_2.h" #include "camera.h" -#include "courses/harbour/ship_model.h" #include "src/racing/collision.h" }