Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/gameengine/Rasterizer/RAS_TexMatrix.h')
-rw-r--r--source/gameengine/Rasterizer/RAS_TexMatrix.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/gameengine/Rasterizer/RAS_TexMatrix.h b/source/gameengine/Rasterizer/RAS_TexMatrix.h
index eb93713d7b6..2aceca4e1ce 100644
--- a/source/gameengine/Rasterizer/RAS_TexMatrix.h
+++ b/source/gameengine/Rasterizer/RAS_TexMatrix.h
@@ -37,10 +37,6 @@
#include "MT_Point2.h"
#include "RAS_TexVert.h"
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
void RAS_CalcTexMatrix(RAS_TexVert p[3],MT_Point3& origin,MT_Vector3& udir,MT_Vector3& vdir);
#endif //__RASTEXMATRIX