aboutsummaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authorhecks <42101236+hecktest@users.noreply.github.com>2021-07-21 22:07:13 +0200
committerGitHub <noreply@github.com>2021-07-21 22:07:13 +0200
commit850293bae6013fe020c454541d61af2c816b3204 (patch)
tree0796ab663e93766f738aa0c722cef4665b444d60 /src/gui
parent6caed7073c5b50b5502edcb10f072adc3d59f84b (diff)
downloadhax-minetest-server-850293bae6013fe020c454541d61af2c816b3204.tar.gz
hax-minetest-server-850293bae6013fe020c454541d61af2c816b3204.zip
Remove unused header includes
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/guiScene.cpp1
-rw-r--r--src/gui/touchscreengui.cpp2
2 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/guiScene.cpp b/src/gui/guiScene.cpp
index f0cfbec5e..ee2556b03 100644
--- a/src/gui/guiScene.cpp
+++ b/src/gui/guiScene.cpp
@@ -21,7 +21,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include <SViewFrustum.h>
#include <IAnimatedMeshSceneNode.h>
-#include <ILightSceneNode.h>
#include "porting.h"
GUIScene::GUIScene(gui::IGUIEnvironment *env, scene::ISceneManager *smgr,
diff --git a/src/gui/touchscreengui.cpp b/src/gui/touchscreengui.cpp
index 78b18c2d9..eb20b7e70 100644
--- a/src/gui/touchscreengui.cpp
+++ b/src/gui/touchscreengui.cpp
@@ -32,8 +32,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include <iostream>
#include <algorithm>
-#include <ISceneCollisionManager.h>
-
using namespace irr::core;
const char **button_imagenames = (const char *[]) {