From 4a813e567a10f04c8eaeb1ce7b9aedd0b505fe43 Mon Sep 17 00:00:00 2001 From: Asdow <20314541+Asdow@users.noreply.github.com> Date: Sun, 23 Nov 2025 17:20:38 +0200 Subject: [PATCH] Remove unused includes --- TileEngine/SaveLoadMap.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/TileEngine/SaveLoadMap.cpp b/TileEngine/SaveLoadMap.cpp index 235fddff..dc7772b7 100644 --- a/TileEngine/SaveLoadMap.cpp +++ b/TileEngine/SaveLoadMap.cpp @@ -7,7 +7,6 @@ #include "worldman.h" #include "strategicmap.h" #include "Campaign Types.h" - #include "renderworld.h" #include "Render Fun.h" #include "fov.h" #include "worlddef.h" @@ -16,7 +15,6 @@ #include "GameSettings.h" #include "Smell.h" -#include //SB: make size of gpRevealedMap dependable from variable tactical map dimensions #define NUM_REVEALED_BYTES (WORLD_MAX/8)