1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-30 18:25:16 +01:00

Reduce inclusions of addresses.h

This commit is contained in:
Michał Janiszewski
2016-09-04 19:10:49 +02:00
parent 42c5c5b8dd
commit b7497f6654
7 changed files with 0 additions and 11 deletions

View File

@@ -14,7 +14,6 @@
*****************************************************************************/
#pragma endregion
#include "../addresses.h"
#include "../audio/audio.h"
#include "../config.h"
#include "../drawing/drawing.h"

View File

@@ -14,7 +14,6 @@
*****************************************************************************/
#pragma endregion
#include "../addresses.h"
#include "../drawing/drawing.h"
#include "../input.h"
#include "../sprites.h"