1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 14:54:30 +01:00

Remove unnecessary addresses.h imports

This commit is contained in:
Marijn van der Werf
2016-09-17 21:59:55 +02:00
committed by Ted John
parent 7c05ceb275
commit 487d6d8f15
93 changed files with 8 additions and 91 deletions

View File

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

View File

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

View File

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