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/editors/uvedit/uvedit_draw.c | 4 ---- source/blender/editors/uvedit/uvedit_parametrizer.c | 1 - source/blender/editors/uvedit/uvedit_smart_stitch.c | 2 -- 3 files changed, 7 deletions(-) (limited to 'source/blender/editors/uvedit') diff --git a/source/blender/editors/uvedit/uvedit_draw.c b/source/blender/editors/uvedit/uvedit_draw.c index 4aa3f8fd08a..4f3daa4650d 100644 --- a/source/blender/editors/uvedit/uvedit_draw.c +++ b/source/blender/editors/uvedit/uvedit_draw.c @@ -47,8 +47,6 @@ #include "BLI_math.h" #include "BLI_utildefines.h" -#include "BLI_buffer.h" -#include "BLI_bitmap.h" #include "BKE_deform.h" #include "BKE_editmesh.h" @@ -57,8 +55,6 @@ #include "BKE_scene.h" -#include "BIF_glutil.h" - #include "DEG_depsgraph.h" #include "DEG_depsgraph_query.h" diff --git a/source/blender/editors/uvedit/uvedit_parametrizer.c b/source/blender/editors/uvedit/uvedit_parametrizer.c index cc1336d0827..7d0439d9b66 100644 --- a/source/blender/editors/uvedit/uvedit_parametrizer.c +++ b/source/blender/editors/uvedit/uvedit_parametrizer.c @@ -27,7 +27,6 @@ #include "MEM_guardedalloc.h" #include "BLI_utildefines.h" -#include "BLI_alloca.h" #include "BLI_memarena.h" #include "BLI_math.h" #include "BLI_rand.h" diff --git a/source/blender/editors/uvedit/uvedit_smart_stitch.c b/source/blender/editors/uvedit/uvedit_smart_stitch.c index 4f770d82db8..c08a4c611c3 100644 --- a/source/blender/editors/uvedit/uvedit_smart_stitch.c +++ b/source/blender/editors/uvedit/uvedit_smart_stitch.c @@ -48,8 +48,6 @@ #include "BLT_translation.h" -#include "BIF_gl.h" - #include "BKE_context.h" #include "BKE_customdata.h" #include "BKE_mesh_mapping.h" -- cgit v1.2.3