From 273bfee9a193d0dd2e9f9b400add980c0b5202a7 Mon Sep 17 00:00:00 2001 From: paradust7 <102263465+paradust7@users.noreply.github.com> Date: Wed, 18 May 2022 03:31:49 -0700 Subject: Use std::map instead of core::map (#12301) --- src/client/mesh.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/client/mesh.cpp') diff --git a/src/client/mesh.cpp b/src/client/mesh.cpp index bec72fb5e..8a6f9b37a 100644 --- a/src/client/mesh.cpp +++ b/src/client/mesh.cpp @@ -20,7 +20,6 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "mesh.h" #include "debug.h" #include "log.h" -#include "irrMap.h" #include #include #include -- cgit v1.2.3