From 1e4aab36c237b751c23be161217d989472bfaf20 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 26 Jan 2019 20:41:52 +1100 Subject: Cleanup: remove redundant BKE/BLI/BIF headers --- source/blender/makesrna/intern/rna_image.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/makesrna/intern/rna_image.c') diff --git a/source/blender/makesrna/intern/rna_image.c b/source/blender/makesrna/intern/rna_image.c index 0994d628778..84fb9d8f9bf 100644 --- a/source/blender/makesrna/intern/rna_image.c +++ b/source/blender/makesrna/intern/rna_image.c @@ -30,9 +30,7 @@ #include "DNA_scene_types.h" #include "BLI_utildefines.h" -#include "BLI_math_base.h" -#include "BKE_context.h" #include "BKE_image.h" #include "DEG_depsgraph.h" @@ -64,6 +62,8 @@ static const EnumPropertyItem image_source_items[] = { #ifdef RNA_RUNTIME +#include "BLI_math_base.h" + #include "BKE_global.h" #include "GPU_draw.h" -- cgit v1.2.3