Remove unused includes in public headers

This commit is contained in:
sfan5
2024-02-25 21:50:24 +01:00
parent 2bbfa178ea
commit 7ddf740f9b
2 changed files with 2 additions and 8 deletions

View File

@ -17,8 +17,6 @@
#define IRRLICHT_VERSION_SVN alpha
#define IRRLICHT_SDK_VERSION "1.9.0" IRRLICHT_VERSION_MT
#include <stdio.h> // TODO: Although included elsewhere this is required at least for mingw
#ifdef _WIN32
#define IRRCALLCONV __stdcall
#else