diff options
Diffstat (limited to 'source/Irrlicht/CImageLoaderPNG.h')
-rw-r--r-- | source/Irrlicht/CImageLoaderPNG.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source/Irrlicht/CImageLoaderPNG.h b/source/Irrlicht/CImageLoaderPNG.h index 6e631b7..45a37fd 100644 --- a/source/Irrlicht/CImageLoaderPNG.h +++ b/source/Irrlicht/CImageLoaderPNG.h @@ -9,9 +9,6 @@ #ifndef __C_IMAGE_LOADER_PNG_H_INCLUDED__
#define __C_IMAGE_LOADER_PNG_H_INCLUDED__
-#include "IrrCompileConfig.h"
-
-#ifdef _IRR_COMPILE_WITH_PNG_LOADER_
#include "IImageLoader.h"
@@ -41,5 +38,3 @@ public: } // end namespace irr
#endif
-#endif
-
|