mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 16:54:52 +01:00
Rework Map.h includes (remove transitive header includes)
This commit is contained in:
@@ -64,6 +64,7 @@
|
||||
#include "../ui/WindowManager.h"
|
||||
#include "../util/Util.h"
|
||||
#include "../windows/Intent.h"
|
||||
#include "../world/Map.h"
|
||||
#include "../world/Park.h"
|
||||
#include "../world/Scenery.h"
|
||||
#include "Viewport.h"
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
#include "../ride/Vehicle.h"
|
||||
#include "../ui/WindowManager.h"
|
||||
#include "../world/Climate.h"
|
||||
// #include "../world/Map.h"
|
||||
#include "../world/Map.h"
|
||||
#include "../world/MapSelection.h"
|
||||
#include "../world/tile_element/LargeSceneryElement.h"
|
||||
#include "../world/tile_element/SmallSceneryElement.h"
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
#include "../ride/RideAudio.h"
|
||||
#include "../ui/UiContext.h"
|
||||
#include "../ui/WindowManager.h"
|
||||
#include "../world/Map.h"
|
||||
#include "../world/MapSelection.h"
|
||||
#include "Viewport.h"
|
||||
#include "Widget.h"
|
||||
|
||||
Reference in New Issue
Block a user