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:
authorCampbell Barton <ideasman42@gmail.com>2012-01-06 03:36:03 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-01-06 03:36:03 +0400
commit0239333f0cc62dc42769ddf70981796478a3330c (patch)
treeb157b32a499ca9b4e20d835b1dd862a32fa6607c /source/blender/render/intern
parentf6620d0097e08f8a2f9c497a5ae0960a256593e5 (diff)
fix error building without openexr
Diffstat (limited to 'source/blender/render/intern')
-rw-r--r--source/blender/render/intern/source/pipeline.c11
1 files changed, 4 insertions, 7 deletions
diff --git a/source/blender/render/intern/source/pipeline.c b/source/blender/render/intern/source/pipeline.c
index f82287e8645..1d238015e21 100644
--- a/source/blender/render/intern/source/pipeline.c
+++ b/source/blender/render/intern/source/pipeline.c
@@ -53,7 +53,6 @@
#include "BKE_image.h"
#include "BKE_main.h"
#include "BKE_node.h"
-#include "BKE_object.h"
#include "BKE_pointcache.h"
#include "BKE_report.h"
#include "BKE_scene.h"
@@ -62,18 +61,17 @@
#include "BKE_writeavi.h" /* <------ should be replaced once with generic movie module */
#include "BLI_math.h"
-#include "BLI_blenlib.h"
+#include "BLI_listbase.h"
+#include "BLI_string.h"
+#include "BLI_path_util.h"
+#include "BLI_fileops.h"
#include "BLI_rand.h"
-#include "BLI_threads.h"
#include "BLI_callbacks.h"
-#include "BLI_utildefines.h"
#include "PIL_time.h"
#include "IMB_imbuf.h"
#include "IMB_imbuf_types.h"
-#include "intern/openexr/openexr_multi.h"
-
#include "RE_engine.h"
#include "RE_pipeline.h"
@@ -83,7 +81,6 @@
#include "renderpipeline.h"
#include "renderdatabase.h"
#include "rendercore.h"
-#include "envmap.h"
#include "initrender.h"
#include "shadbuf.h"
#include "pixelblending.h"