1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 13:33:02 +01:00

Close #12118: Prefer foward declaration of *Coords* in headers (#12142)

* Removing unnecessary world/Location includes in headers
* Prefer foward declaration of *Coords* in header files
Closes #12118
This commit is contained in:
Thamara Andrade
2020-07-06 10:10:39 -03:00
committed by GitHub
parent f725fff2da
commit 8ce799a72e
19 changed files with 21 additions and 11 deletions

View File

@@ -17,6 +17,7 @@
#include "../network/network.h"
#include "../platform/platform.h"
#include "../util/Util.h"
#include "../world/Location.hpp"
#include <algorithm>