1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 03:53:07 +01:00

Drop some unnecessary includes

This commit is contained in:
Michał Janiszewski
2021-10-09 21:29:51 +02:00
parent 15897c23a1
commit b8c751e300
2 changed files with 0 additions and 3 deletions

View File

@@ -12,9 +12,7 @@
#include "../Game.h"
#include "../common.h"
#include "../core/DataSerialiser.h"
#include "../core/IStream.hpp"
#include "../localisation/StringIds.h"
#include "../world/Map.h"
#include <any>
#include <array>

View File

@@ -12,7 +12,6 @@
#include "../common.h"
#include "IStream.hpp"
#include <algorithm>
#include <vector>
namespace OpenRCT2