1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 07:43:01 +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

@@ -34,7 +34,6 @@
#include "Widget.h"
#include "Window_internal.h"
#include <algorithm>
#include <cmath>
#include <functional>
#include <iterator>