From a9e64286a9f875aa71f32ae4a38eb33f59f929dc Mon Sep 17 00:00:00 2001 From: Erwin Coumans Date: Thu, 12 Jan 2006 01:37:33 +0000 Subject: overlooked IMB_imbuf.h was already included inside an extern "C" section. --- source/gameengine/Ketsji/BL_Texture.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/gameengine') diff --git a/source/gameengine/Ketsji/BL_Texture.cpp b/source/gameengine/Ketsji/BL_Texture.cpp index 3b970cc4c8c..6595d5ee12a 100644 --- a/source/gameengine/Ketsji/BL_Texture.cpp +++ b/source/gameengine/Ketsji/BL_Texture.cpp @@ -20,7 +20,6 @@ #include "DNA_image_types.h" #include "IMB_imbuf_types.h" #include "BKE_image.h" -#include "IMB_imbuf.h" #include "BLI_blenlib.h" #include "RAS_GLExtensionManager.h" @@ -35,6 +34,7 @@ using namespace bgl; extern "C" { // envmaps #include "IMB_imbuf.h" + void my_envmap_split_ima(EnvMap *env); void my_free_envmapdata(EnvMap *env); } -- cgit v1.2.3