From 9ac20da227c41de30db030deaf412403d21d56b2 Mon Sep 17 00:00:00 2001 From: coco875 Date: Mon, 19 Jan 2026 20:19:15 +0100 Subject: [PATCH] fix errror of compilation (and clean header) --- src/main.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/main.c b/src/main.c index 3053dad9f..2fe0b453d 100644 --- a/src/main.c +++ b/src/main.c @@ -1,7 +1,6 @@ #include #include #include -#include "buffers/gfx_output_buffer.h" #include #include #include @@ -18,7 +17,6 @@ #include #include "buffers.h" #include "camera.h" -#include "profiler.h" #include "race_logic.h" #include "skybox_and_splitscreen.h" #include "render_objects.h" @@ -30,19 +28,17 @@ #include "podium_ceremony_actors.h" #include "menu_items.h" #include "code_80057C60.h" -#include "profiler.h" #include "player_controller.h" #include "render_player.h" -#include "render_courses.h" #include "actors.h" #include "replays.h" #include -#include "crash_screen.h" #include "enhancements/freecam/freecam.h" #include "engine/editor/Editor.h" #include "port/interpolation/FrameInterpolation.h" #include "engine/wasm.h" #include "port/Game.h" +#include "port/Engine.h" #include "engine/Matrix.h" // Declarations (not in this file)