]> git.lizzy.rs Git - dragonfireclient.git/commitdiff
Remove unused header includes
authorhecks <42101236+hecktest@users.noreply.github.com>
Wed, 21 Jul 2021 20:07:13 +0000 (22:07 +0200)
committerGitHub <noreply@github.com>
Wed, 21 Jul 2021 20:07:13 +0000 (22:07 +0200)
src/client/renderingengine.cpp
src/gui/guiScene.cpp
src/gui/touchscreengui.cpp

index ead4c7e21e278ca328c28d4836679ad325ec7162..8491dda04c6800a1af1fae50b904cd2703fea3b0 100644 (file)
@@ -19,7 +19,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 */
 
 #include <IrrlichtDevice.h>
-#include <irrlicht.h>
 #include "fontengine.h"
 #include "client.h"
 #include "clouds.h"
index f0cfbec5efc7ac22cbf96f1fb7a592ca91bf0776..ee2556b03d17a21e0060f45c505b1f7e403dc1b7 100644 (file)
@@ -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,
index 78b18c2d9cd31cd482d08ce921b2b5d6a475a0c6..eb20b7e70e9e20ca18182e20ff4a02c1838837a9 100644 (file)
@@ -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 *[]) {