From 4ca67869cc7ad480670d60eae1df3d2aca03f016 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 1 May 2014 03:55:41 +1000 Subject: Code cleanup: remove unused includes Opted to keep includes if they are used indirectly (even if removing is possible). --- source/blender/imbuf/intern/indexer.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/imbuf/intern/indexer.c') diff --git a/source/blender/imbuf/intern/indexer.c b/source/blender/imbuf/intern/indexer.c index 841e13d3ff1..547a8df4438 100644 --- a/source/blender/imbuf/intern/indexer.c +++ b/source/blender/imbuf/intern/indexer.c @@ -35,14 +35,12 @@ #include "BLI_path_util.h" #include "BLI_string.h" #include "BLI_fileops.h" -#include "BLI_math_base.h" #include "IMB_indexer.h" #include "IMB_anim.h" #include "imbuf.h" #include "MEM_guardedalloc.h" -#include "DNA_userdef_types.h" #include "BKE_global.h" #ifdef WITH_AVI -- cgit v1.2.3