1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 22:34:33 +01:00

Reduce includes in common.h

This commit is contained in:
Michał Janiszewski
2018-03-14 11:25:54 +01:00
committed by Michał Janiszewski
parent fe59637823
commit 54cc1ebcdf
4 changed files with 5 additions and 5 deletions

View File

@@ -14,9 +14,10 @@
*****************************************************************************/
#pragma endregion
#include "../platform/platform.h"
#include <cstdio>
#include "Console.hpp"
#include "../platform/platform.h"
namespace Console
{