aboutsummaryrefslogtreecommitdiff
path: root/src/gui/guiEditBox.cpp
diff options
context:
space:
mode:
authornumzero <numzer0@yandex.ru>2023-02-22 21:38:32 +0300
committersfan5 <sfan5@live.de>2023-03-01 09:06:23 +0100
commitd6be6682ec69706b765ab51863bcd5805a7cbd7d (patch)
treed35aaf0ac12e74f4bac9a597fe524209ee2b14e4 /src/gui/guiEditBox.cpp
parent39f4d26177ec1c8f246133c532a42ef7429bc36d (diff)
downloadminetest-d6be6682ec69706b765ab51863bcd5805a7cbd7d.tar.xz
Drop dependency on IrrCompileConfig
The only remaining thing is IRRLICHT_SDK_VERSION via irrlicht.h
Diffstat (limited to 'src/gui/guiEditBox.cpp')
-rw-r--r--src/gui/guiEditBox.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/guiEditBox.cpp b/src/gui/guiEditBox.cpp
index e25c9ace3..b6ee71ce9 100644
--- a/src/gui/guiEditBox.cpp
+++ b/src/gui/guiEditBox.cpp
@@ -19,7 +19,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "guiEditBox.h"
-#include "IrrCompileConfig.h"
#include "IGUISkin.h"
#include "IGUIEnvironment.h"
#include "IGUIFont.h"