1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

Clean OrcaStream includes (#22165)

This commit is contained in:
mrmbernardi
2024-06-14 23:12:47 +10:00
committed by GitHub
parent a26f3121ef
commit ffe142a8a7

View File

@@ -15,10 +15,9 @@
#include "Identifier.hpp" #include "Identifier.hpp"
#include "MemoryStream.h" #include "MemoryStream.h"
#include <algorithm>
#include <array> #include <array>
#include <cstdint> #include <cstdint>
#include <fstream>
#include <sstream>
#include <stack> #include <stack>
#include <type_traits> #include <type_traits>
#include <vector> #include <vector>