From d6be6682ec69706b765ab51863bcd5805a7cbd7d Mon Sep 17 00:00:00 2001 From: numzero Date: Wed, 22 Feb 2023 21:38:32 +0300 Subject: Drop dependency on IrrCompileConfig The only remaining thing is IRRLICHT_SDK_VERSION via irrlicht.h --- src/gui/guiEditBox.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gui/guiEditBox.cpp') 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" -- cgit v1.2.3