aboutsummaryrefslogtreecommitdiff
path: root/source/Irrlicht/CXMeshFileLoader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Irrlicht/CXMeshFileLoader.cpp')
-rw-r--r--source/Irrlicht/CXMeshFileLoader.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/Irrlicht/CXMeshFileLoader.cpp b/source/Irrlicht/CXMeshFileLoader.cpp
index 2de099f..7603ec5 100644
--- a/source/Irrlicht/CXMeshFileLoader.cpp
+++ b/source/Irrlicht/CXMeshFileLoader.cpp
@@ -2,9 +2,6 @@
// This file is part of the "Irrlicht Engine".
// For conditions of distribution and use, see copyright notice in irrlicht.h
-#include "IrrCompileConfig.h"
-
-#ifdef _IRR_COMPILE_WITH_X_LOADER_
#include "CXMeshFileLoader.h"
#include "os.h"
@@ -2359,6 +2356,3 @@ bool CXMeshFileLoader::readMatrix(core::matrix4& mat)
} // end namespace scene
} // end namespace irr
-
-#endif // _IRR_COMPILE_WITH_X_LOADER_
-