mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 13:33:02 +01:00
Refactor includes (#6512)
* Refactor Intent.h inclusion * Use forward declaration of ITcpSocket * Remove unused include * Forward declare rct_ride_entry * Remove unused headers * Forward-declare rct_drawpixelinfo * Remove unused headers * Lower header include from header to source file * Reduce included headers * Reduce includes
This commit is contained in:
committed by
GitHub
parent
814b28c814
commit
8fd2266bda
@@ -18,7 +18,6 @@
|
||||
#include "../core/FileStream.hpp"
|
||||
#include "../core/Memory.hpp"
|
||||
#include "../core/MemoryStream.h"
|
||||
#include "../core/Path.hpp"
|
||||
#include "../core/String.hpp"
|
||||
#include "../rct12/SawyerChunkReader.h"
|
||||
#include "BannerObject.h"
|
||||
@@ -36,7 +35,6 @@
|
||||
#include "WaterObject.h"
|
||||
|
||||
#include "../object.h"
|
||||
#include "../util/sawyercoding.h"
|
||||
|
||||
class ReadObjectContext : public IReadObjectContext
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user