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:
authorJacques Guignot <guignot@wanadoo.fr>2003-09-10 23:47:05 +0400
committerJacques Guignot <guignot@wanadoo.fr>2003-09-10 23:47:05 +0400
commitdd2551661a0ac6d62d9647083fadd1cb5a968f0d (patch)
treec3d3a486581dd2b2647eca8b24e36b1b76bd05b9 /source/creator
parent8780ef0975a88db624b697f3c58111860cebe79c (diff)
removed an useful #include which caused a compilation error
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 89f4d1078ba..6756d3c993a 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -75,7 +75,7 @@
#include "BDR_drawmesh.h"
-#include "IMB_imbuf.h"
+//#include "IMB_imbuf.h"
#include "RE_renderconverter.h"