From f27164b9dc23ce62de9b35ac4f07f719aaa0ad6f Mon Sep 17 00:00:00 2001 From: Asdow <20314541+Asdow@users.noreply.github.com> Date: Sun, 23 Nov 2025 16:10:21 +0200 Subject: [PATCH] Remove unused includes --- Tactical/Item Types.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Tactical/Item Types.cpp b/Tactical/Item Types.cpp index 7f9ca458..c19bfd92 100644 --- a/Tactical/Item Types.cpp +++ b/Tactical/Item Types.cpp @@ -3,11 +3,8 @@ #include "DEBUG.H" #include "Items.h" #include "GameSettings.h" -#include "screenids.h" #include "Action Items.h" // added by Flugente for the ACTION_ITEM_BLOW_UP value -#include "random.h" // added by Flugente #include "message.h" // added by BOB for missing LBE info messages -#include "Overhead.h" // added by BOB for missing LBE info messages #include "Map Screen Interface.h" // added by BOB for missing LBE info messages