diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-05-18 16:00:53 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-05-18 16:00:53 +0200 |
commit | 8d19b99c5b073eaba9a89959a6fadd0b395a8510 (patch) | |
tree | 35d94637d39848f3d2bd2bbd23d6e6d70c6eb30b /src/client/mesh.cpp | |
parent | ccd4c504d53d438fa80ab7f0ecf1858c2ffbdd19 (diff) | |
parent | 273bfee9a193d0dd2e9f9b400add980c0b5202a7 (diff) | |
download | dragonfireclient-8d19b99c5b073eaba9a89959a6fadd0b395a8510.tar.xz |
Merge branch 'master' of https://github.com/minetest/minetest
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> |