aboutsummaryrefslogtreecommitdiff
path: root/src/unittest
diff options
context:
space:
mode:
authorThomas--S <Thomas--S@users.noreply.github.com>2017-06-04 21:42:32 +0200
committerSmallJoker <SmallJoker@users.noreply.github.com>2017-06-04 21:42:32 +0200
commit599e13e95e81aadb959c9f3715aec9b425ede084 (patch)
tree1cb10b680945d2f4e28c53df111bfbc680a77661 /src/unittest
parenta98baef5e4fedca36c8c8755ad7c8233469f6a3f (diff)
downloadhax-minetest-server-599e13e95e81aadb959c9f3715aec9b425ede084.tar.gz
hax-minetest-server-599e13e95e81aadb959c9f3715aec9b425ede084.zip
Remove deprecated code segments (#5891)
Diffstat (limited to 'src/unittest')
-rw-r--r--src/unittest/test_mapnode.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/unittest/test_mapnode.cpp b/src/unittest/test_mapnode.cpp
index 70e7d42cf..145d16465 100644
--- a/src/unittest/test_mapnode.cpp
+++ b/src/unittest/test_mapnode.cpp
@@ -21,7 +21,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "gamedef.h"
#include "nodedef.h"
-#include "content_mapnode.h"
class TestMapNode : public TestBase
{