From de908e08b2e5f0c692657d919bb5928587a36017 Mon Sep 17 00:00:00 2001 From: SamuXarick <43006711+SamuXarick@users.noreply.github.com> Date: Wed, 18 Dec 2024 20:37:51 +0000 Subject: [PATCH] Codefix: Remove duplicated include --- src/pathfinder/water_regions.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pathfinder/water_regions.cpp b/src/pathfinder/water_regions.cpp index ab02cfe129..666a1d2734 100644 --- a/src/pathfinder/water_regions.cpp +++ b/src/pathfinder/water_regions.cpp @@ -10,7 +10,6 @@ #include "stdafx.h" #include "map_func.h" #include "water_regions.h" -#include "map_func.h" #include "tilearea_type.h" #include "track_func.h" #include "transport_type.h"