1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 13:03:11 +01:00

Remove <algorithm> include from Location.hpp (#21993)

See #21947 for methodology

528-372=156 `#include <algorithm>`s fewer
This commit is contained in:
Michał Janiszewski
2024-05-09 13:54:40 +02:00
committed by GitHub
parent 613d60b446
commit 24a2db9fc9
7 changed files with 15 additions and 4 deletions

View File

@@ -11,6 +11,7 @@
#include "Theme.h"
#include <algorithm>
#include <cstring>
#include <openrct2/Context.h>
#include <openrct2/Version.h>