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/guiChatConsole.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gui/guiChatConsole.cpp') diff --git a/src/gui/guiChatConsole.cpp b/src/gui/guiChatConsole.cpp index df4fd466b..ce58289b2 100644 --- a/src/gui/guiChatConsole.cpp +++ b/src/gui/guiChatConsole.cpp @@ -17,7 +17,6 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#include "IrrCompileConfig.h" #include "guiChatConsole.h" #include "chat.h" #include "client/client.h" -- cgit v1.2.3