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>2014-11-28 17:50:43 +0300
committerCampbell Barton <ideasman42@gmail.com>2014-11-28 17:52:30 +0300
commitbcbbc66795e221474f889b7ab9b7320948aefdec (patch)
tree2272a4a74180a0e5dcedbfa85a40867feb6cdb88 /source/blender/editors/object/object_bake.c
parent9afc5b09fd2f395acc08c2258850d87c12cc5793 (diff)
Cleanup: unused headers
Diffstat (limited to 'source/blender/editors/object/object_bake.c')
-rw-r--r--source/blender/editors/object/object_bake.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/object/object_bake.c b/source/blender/editors/object/object_bake.c
index 1f1bdbe55e5..011e7c574af 100644
--- a/source/blender/editors/object/object_bake.c
+++ b/source/blender/editors/object/object_bake.c
@@ -46,7 +46,6 @@
#include "BLI_threads.h"
#include "BLI_utildefines.h"
#include "BLI_math.h"
-#include "BLI_math_geom.h"
#include "BKE_blender.h"
#include "BKE_screen.h"
@@ -71,7 +70,6 @@
#include "IMB_imbuf_types.h"
#include "IMB_imbuf.h"
-#include "IMB_colormanagement.h"
#include "GPU_draw.h" /* GPU_free_image */