diff options
author | hecks <42101236+hecktest@users.noreply.github.com> | 2021-07-21 22:07:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-21 22:07:13 +0200 |
commit | 850293bae6013fe020c454541d61af2c816b3204 (patch) | |
tree | 0796ab663e93766f738aa0c722cef4665b444d60 /src/client/renderingengine.cpp | |
parent | 6caed7073c5b50b5502edcb10f072adc3d59f84b (diff) | |
download | minetest-850293bae6013fe020c454541d61af2c816b3204.tar.gz minetest-850293bae6013fe020c454541d61af2c816b3204.tar.bz2 minetest-850293bae6013fe020c454541d61af2c816b3204.zip |
Remove unused header includes
Diffstat (limited to 'src/client/renderingengine.cpp')
-rw-r--r-- | src/client/renderingengine.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/renderingengine.cpp b/src/client/renderingengine.cpp index ead4c7e21..8491dda04 100644 --- a/src/client/renderingengine.cpp +++ b/src/client/renderingengine.cpp @@ -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" |