1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 12:03:07 +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:
Michał Janiszewski
2017-10-19 10:01:05 +02:00
committed by GitHub
parent 814b28c814
commit 8fd2266bda
54 changed files with 58 additions and 48 deletions

View File

@@ -17,12 +17,11 @@
#include <algorithm>
#include "../core/IStream.hpp"
#include "../core/String.hpp"
#include "../localisation/language.h"
#include "../localisation/LanguagePack.h"
#include "Object.h"
#include "StringTable.h"
#include "../localisation/localisation.h"
static bool StringIsBlank(utf8 * str)
{
for (utf8 * ch = str; *ch != '\0'; ch++)