diff options
author | paradust7 <102263465+paradust7@users.noreply.github.com> | 2022-05-18 03:31:49 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-18 12:31:49 +0200 |
commit | 273bfee9a193d0dd2e9f9b400add980c0b5202a7 (patch) | |
tree | 181c37777b1f742d1fde7048d99ffd7c4d321a48 /src/client/mesh.cpp | |
parent | af37f9dc542e31f34d53da995ed86f2a3eacd9a5 (diff) | |
download | minetest-273bfee9a193d0dd2e9f9b400add980c0b5202a7.tar.gz minetest-273bfee9a193d0dd2e9f9b400add980c0b5202a7.tar.bz2 minetest-273bfee9a193d0dd2e9f9b400add980c0b5202a7.zip |
Use std::map instead of core::map (#12301)
Diffstat (limited to 'src/client/mesh.cpp')
-rw-r--r-- | src/client/mesh.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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 <cmath> #include <iostream> #include <IAnimatedMesh.h> |