diff options
author | numzero <numzer0@yandex.ru> | 2023-02-22 20:59:47 +0300 |
---|---|---|
committer | numzero <numzer0@yandex.ru> | 2023-02-22 21:11:12 +0300 |
commit | 5a95b40a0eb2a871492855d291f1e8461bca8d5d (patch) | |
tree | 0300db63a07b408554384a7bb046f979a42ca2d5 /source/Irrlicht/CZipReader.cpp | |
parent | 8efd4527f6553747384858da420bfab53c23e1e5 (diff) | |
download | irrlicht-5a95b40a0eb2a871492855d291f1e8461bca8d5d.tar.xz |
Reduce IrrCompileConfig usage to files that actually need it
Diffstat (limited to 'source/Irrlicht/CZipReader.cpp')
-rw-r--r-- | source/Irrlicht/CZipReader.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/Irrlicht/CZipReader.cpp b/source/Irrlicht/CZipReader.cpp index 500db90..071f735 100644 --- a/source/Irrlicht/CZipReader.cpp +++ b/source/Irrlicht/CZipReader.cpp @@ -11,7 +11,6 @@ #include "CReadFile.h"
#include "coreutil.h"
-#include "IrrCompileConfig.h"
#include <zlib.h> // use system lib
namespace irr
|