From 12250a34ae9329dc6bb5bb83607d0a02596f7903 Mon Sep 17 00:00:00 2001 From: Asdow <20314541+Asdow@users.noreply.github.com> Date: Tue, 18 Nov 2025 18:21:37 +0200 Subject: [PATCH] Remove unused includes --- Tactical/End Game.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Tactical/End Game.cpp b/Tactical/End Game.cpp index 62fbde6e..4df0a15b 100644 --- a/Tactical/End Game.cpp +++ b/Tactical/End Game.cpp @@ -1,13 +1,9 @@ #include "Overhead.h" - #include "Render Fun.h" - #include "random.h" #include "worldman.h" #include "Soldier Profile.h" #include "NPC.h" - #include "ai.h" #include "Dialogue Control.h" - #include "Handle UI.h" #include "End Game.h" #include "Intro.h" #include "Exit Grids.h"