mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 11:33:03 +01:00
Refactor inclusion of addresses.h
addresses.h is now only included when necessary, limiting scope as much as possible.
This commit is contained in:
committed by
Ted John
parent
4cdc91a910
commit
f8145b6edc
@@ -14,8 +14,8 @@
|
||||
*****************************************************************************/
|
||||
#pragma endregion
|
||||
|
||||
#include "chat.h"
|
||||
#include "../addresses.h"
|
||||
#include "chat.h"
|
||||
#include "../audio/audio.h"
|
||||
#include "../audio/mixer.h"
|
||||
#include "../interface/themes.h"
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
#include <stdarg.h>
|
||||
#include <SDL_scancode.h>
|
||||
|
||||
#include "../addresses.h"
|
||||
#include "../drawing/drawing.h"
|
||||
#include "../localisation/localisation.h"
|
||||
#include "../localisation/user.h"
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
*****************************************************************************/
|
||||
#pragma endregion
|
||||
|
||||
#include "../addresses.h"
|
||||
#include "../localisation/date.h"
|
||||
#include "../localisation/localisation.h"
|
||||
#include "graph.h"
|
||||
|
||||
Reference in New Issue
Block a user