aboutsummaryrefslogtreecommitdiff
path: root/source/Irrlicht/os.cpp
diff options
context:
space:
mode:
authornumzero <numzer0@yandex.ru>2023-02-22 20:59:47 +0300
committernumzero <numzer0@yandex.ru>2023-02-22 21:11:12 +0300
commit5a95b40a0eb2a871492855d291f1e8461bca8d5d (patch)
tree0300db63a07b408554384a7bb046f979a42ca2d5 /source/Irrlicht/os.cpp
parent8efd4527f6553747384858da420bfab53c23e1e5 (diff)
downloadirrlicht-5a95b40a0eb2a871492855d291f1e8461bca8d5d.tar.xz
Reduce IrrCompileConfig usage to files that actually need it
Diffstat (limited to 'source/Irrlicht/os.cpp')
-rw-r--r--source/Irrlicht/os.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/Irrlicht/os.cpp b/source/Irrlicht/os.cpp
index 2b894bc..6b38657 100644
--- a/source/Irrlicht/os.cpp
+++ b/source/Irrlicht/os.cpp
@@ -4,7 +4,6 @@
#include "os.h"
#include "irrString.h"
-#include "IrrCompileConfig.h"
#include "irrMath.h"
#if defined(_IRR_COMPILE_WITH_SDL_DEVICE_)