mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-19 04:53:12 +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
@@ -25,7 +25,6 @@
|
||||
|
||||
extern "C"
|
||||
{
|
||||
#include "../addresses.h"
|
||||
#include "../config.h"
|
||||
#include "../localisation/date.h"
|
||||
#include "../management/finance.h"
|
||||
|
||||
@@ -35,7 +35,6 @@
|
||||
|
||||
extern "C"
|
||||
{
|
||||
#include "../addresses.h"
|
||||
#include "../config.h"
|
||||
#include "../drawing/drawing.h"
|
||||
#include "../game.h"
|
||||
|
||||
Reference in New Issue
Block a user