Skip to content

Commit 850293b

Browse files
authoredJul 21, 2021
Remove unused header includes
1 parent 6caed70 commit 850293b

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed
 

Diff for: ‎src/client/renderingengine.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
1919
*/
2020

2121
#include <IrrlichtDevice.h>
22-
#include <irrlicht.h>
2322
#include "fontengine.h"
2423
#include "client.h"
2524
#include "clouds.h"

Diff for: ‎src/gui/guiScene.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
2121

2222
#include <SViewFrustum.h>
2323
#include <IAnimatedMeshSceneNode.h>
24-
#include <ILightSceneNode.h>
2524
#include "porting.h"
2625

2726
GUIScene::GUIScene(gui::IGUIEnvironment *env, scene::ISceneManager *smgr,

Diff for: ‎src/gui/touchscreengui.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
3232
#include <iostream>
3333
#include <algorithm>
3434

35-
#include <ISceneCollisionManager.h>
36-
3735
using namespace irr::core;
3836

3937
const char **button_imagenames = (const char *[]) {

0 commit comments

Comments
 (0)
Please sign in to comment.