1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 13:33:02 +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

@@ -7,6 +7,7 @@
* OpenRCT2 is licensed under the GNU General Public License version 3.
*****************************************************************************/
#include <algorithm>
#include <openrct2-ui/interface/Widget.h>
#include <openrct2-ui/windows/Window.h>
#include <openrct2/Context.h>