Remove unused includes

This commit is contained in:
Asdow
2025-11-23 18:28:17 +02:00
parent ea4cea2231
commit 4a813e567a
-2
View File
@@ -7,7 +7,6 @@
#include "worldman.h" #include "worldman.h"
#include "strategicmap.h" #include "strategicmap.h"
#include "Campaign Types.h" #include "Campaign Types.h"
#include "renderworld.h"
#include "Render Fun.h" #include "Render Fun.h"
#include "fov.h" #include "fov.h"
#include "worlddef.h" #include "worlddef.h"
@@ -16,7 +15,6 @@
#include "GameSettings.h" #include "GameSettings.h"
#include "Smell.h" #include "Smell.h"
#include <vfs/Core/vfs.h>
//SB: make size of gpRevealedMap dependable from variable tactical map dimensions //SB: make size of gpRevealedMap dependable from variable tactical map dimensions
#define NUM_REVEALED_BYTES (WORLD_MAX/8) #define NUM_REVEALED_BYTES (WORLD_MAX/8)