1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-21 22:13:07 +01:00

Reduce <algorithm> include (#21947)

This commit is contained in:
Michał Janiszewski
2024-05-01 13:47:27 +02:00
committed by GitHub
parent 8973e35ba1
commit 7b12667ddb
153 changed files with 3 additions and 175 deletions

View File

@@ -41,7 +41,6 @@
#include "ObjectManager.h"
#include "RideObject.h"
#include <algorithm>
#include <memory>
#include <unordered_map>
#include <vector>