aboutsummaryrefslogtreecommitdiff
path: root/src/client/mesh.cpp
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2022-05-18 16:00:53 +0200
committerElias Fleckenstein <eliasfleckenstein@web.de>2022-05-18 16:00:53 +0200
commit8d19b99c5b073eaba9a89959a6fadd0b395a8510 (patch)
tree35d94637d39848f3d2bd2bbd23d6e6d70c6eb30b /src/client/mesh.cpp
parentccd4c504d53d438fa80ab7f0ecf1858c2ffbdd19 (diff)
parent273bfee9a193d0dd2e9f9b400add980c0b5202a7 (diff)
downloaddragonfireclient-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.cpp1
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>