Skip to content

Commit

Permalink
Remove unused header includes
Browse files Browse the repository at this point in the history
  • Loading branch information
hecktest committed Jul 21, 2021
1 parent 6caed70 commit 850293b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/client/renderingengine.cpp
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion src/gui/guiScene.cpp
Expand Up @@ -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,
Expand Down
2 changes: 0 additions & 2 deletions src/gui/touchscreengui.cpp
Expand Up @@ -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 *[]) {
Expand Down

0 comments on commit 850293b

Please sign in to comment.