]> git.lizzy.rs Git - irrlicht.git/blobdiff - source/Irrlicht/COBJMeshFileLoader.cpp
Drop IrrCompileConfig (#163)
[irrlicht.git] / source / Irrlicht / COBJMeshFileLoader.cpp
index c4fee234da93cebc8578b1575e98abeb65d7d5f1..c4be102d20a7e3201a49878217fe847fbabb0267 100644 (file)
@@ -2,9 +2,6 @@
 // This file is part of the "Irrlicht Engine".\r
 // For conditions of distribution and use, see copyright notice in irrlicht.h\r
 \r
-#include "IrrCompileConfig.h"\r
-#ifdef _IRR_COMPILE_WITH_OBJ_LOADER_\r
-\r
 #include "COBJMeshFileLoader.h"\r
 #include "IMeshManipulator.h"\r
 #include "IVideoDriver.h"\r
@@ -612,6 +609,3 @@ void COBJMeshFileLoader::cleanUp()
 \r
 } // end namespace scene\r
 } // end namespace irr\r
-\r
-#endif // _IRR_COMPILE_WITH_OBJ_LOADER_\r
-\r