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/bmesh/tools/bmesh_bevel.c | 2 -- source/blender/bmesh/tools/bmesh_decimate_collapse.c | 1 - source/blender/bmesh/tools/bmesh_intersect.c | 1 - 3 files changed, 4 deletions(-) (limited to 'source/blender/bmesh/tools') diff --git a/source/blender/bmesh/tools/bmesh_bevel.c b/source/blender/bmesh/tools/bmesh_bevel.c index e4de1b1d80e..5d4082aded4 100644 --- a/source/blender/bmesh/tools/bmesh_bevel.c +++ b/source/blender/bmesh/tools/bmesh_bevel.c @@ -38,8 +38,6 @@ #include "BLI_array.h" #include "BLI_alloca.h" -#include "BLI_gsqueue.h" -#include "BLI_linklist_stack.h" #include "BLI_math.h" #include "BLI_memarena.h" #include "BLI_utildefines.h" diff --git a/source/blender/bmesh/tools/bmesh_decimate_collapse.c b/source/blender/bmesh/tools/bmesh_decimate_collapse.c index 66b726f946c..94e81548108 100644 --- a/source/blender/bmesh/tools/bmesh_decimate_collapse.c +++ b/source/blender/bmesh/tools/bmesh_decimate_collapse.c @@ -37,7 +37,6 @@ #include "BLI_linklist.h" #include "BLI_alloca.h" #include "BLI_memarena.h" -#include "BLI_edgehash.h" #include "BLI_polyfill_2d.h" #include "BLI_polyfill_2d_beautify.h" #include "BLI_utildefines_stack.h" diff --git a/source/blender/bmesh/tools/bmesh_intersect.c b/source/blender/bmesh/tools/bmesh_intersect.c index a90422e9911..1bc7285d97a 100644 --- a/source/blender/bmesh/tools/bmesh_intersect.c +++ b/source/blender/bmesh/tools/bmesh_intersect.c @@ -46,7 +46,6 @@ #include "BLI_linklist_stack.h" #include "BLI_utildefines_stack.h" #ifndef NDEBUG -# include "BLI_array_utils.h" #endif #include "BLI_kdopbvh.h" -- cgit v1.2.3