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/imbuf/intern/stereoimbuf.c | 1 - source/blender/imbuf/intern/thumbs_blend.c | 2 -- source/blender/imbuf/intern/util.c | 15 ++++++++------- 3 files changed, 8 insertions(+), 10 deletions(-) (limited to 'source/blender/imbuf') diff --git a/source/blender/imbuf/intern/stereoimbuf.c b/source/blender/imbuf/intern/stereoimbuf.c index 7c58815c216..61bb8da4f50 100644 --- a/source/blender/imbuf/intern/stereoimbuf.c +++ b/source/blender/imbuf/intern/stereoimbuf.c @@ -43,7 +43,6 @@ #include "MEM_guardedalloc.h" -#include "BLI_threads.h" #include "BLI_utildefines.h" #include "BLI_math.h" diff --git a/source/blender/imbuf/intern/thumbs_blend.c b/source/blender/imbuf/intern/thumbs_blend.c index 5bdab03e57c..7ffdc0ac388 100644 --- a/source/blender/imbuf/intern/thumbs_blend.c +++ b/source/blender/imbuf/intern/thumbs_blend.c @@ -29,8 +29,6 @@ #include #include "BLI_utildefines.h" -#include "BLI_endian_switch.h" -#include "BLI_fileops.h" #include "BLI_linklist.h" #include "BLI_listbase.h" /* Needed due to import of BLO_readfile.h */ diff --git a/source/blender/imbuf/intern/util.c b/source/blender/imbuf/intern/util.c index 38591adbaa2..3c08955e2b3 100644 --- a/source/blender/imbuf/intern/util.c +++ b/source/blender/imbuf/intern/util.c @@ -41,7 +41,6 @@ #include "BLI_utildefines.h" #include "BLI_path_util.h" #include "BLI_fileops.h" -#include "BLI_string.h" #include "imbuf.h" #include "IMB_imbuf_types.h" @@ -51,14 +50,16 @@ #include "IMB_anim.h" #ifdef WITH_FFMPEG -#include "BKE_global.h" /* G.debug */ -#include -#include -#include -#include +# include "BLI_string.h" /* BLI_vsnprintf */ -#include "ffmpeg_compat.h" +# include "BKE_global.h" /* G.debug */ +# include +# include +# include +# include + +# include "ffmpeg_compat.h" #endif #define UTIL_DEBUG 0 -- cgit v1.2.3