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/windowmanager/gizmo/intern/wm_gizmo.c | 2 -- source/blender/windowmanager/gizmo/intern/wm_gizmo_group_type.c | 2 -- source/blender/windowmanager/gizmo/intern/wm_gizmo_map.c | 1 - source/blender/windowmanager/gizmo/intern/wm_gizmo_target_props.c | 2 -- source/blender/windowmanager/gizmo/intern/wm_gizmo_type.c | 2 -- 5 files changed, 9 deletions(-) (limited to 'source/blender/windowmanager/gizmo') diff --git a/source/blender/windowmanager/gizmo/intern/wm_gizmo.c b/source/blender/windowmanager/gizmo/intern/wm_gizmo.c index 00586816933..bafc90202dd 100644 --- a/source/blender/windowmanager/gizmo/intern/wm_gizmo.c +++ b/source/blender/windowmanager/gizmo/intern/wm_gizmo.c @@ -31,8 +31,6 @@ #include "BLI_listbase.h" #include "BLI_math.h" -#include "BLI_string.h" -#include "BLI_string_utils.h" #include "BKE_context.h" diff --git a/source/blender/windowmanager/gizmo/intern/wm_gizmo_group_type.c b/source/blender/windowmanager/gizmo/intern/wm_gizmo_group_type.c index 655d38a5206..c0c850977ea 100644 --- a/source/blender/windowmanager/gizmo/intern/wm_gizmo_group_type.c +++ b/source/blender/windowmanager/gizmo/intern/wm_gizmo_group_type.c @@ -24,8 +24,6 @@ #include "BLI_utildefines.h" #include "BLI_ghash.h" -#include "BLI_string.h" -#include "BLI_string_utils.h" #include "BKE_context.h" diff --git a/source/blender/windowmanager/gizmo/intern/wm_gizmo_map.c b/source/blender/windowmanager/gizmo/intern/wm_gizmo_map.c index 26355151a40..f32fc6b2a9a 100644 --- a/source/blender/windowmanager/gizmo/intern/wm_gizmo_map.c +++ b/source/blender/windowmanager/gizmo/intern/wm_gizmo_map.c @@ -32,7 +32,6 @@ #include "BLI_listbase.h" #include "BLI_math.h" #include "BLI_rect.h" -#include "BLI_string.h" #include "BLI_ghash.h" #include "BKE_context.h" diff --git a/source/blender/windowmanager/gizmo/intern/wm_gizmo_target_props.c b/source/blender/windowmanager/gizmo/intern/wm_gizmo_target_props.c index 12f9b529c15..0e2be074dad 100644 --- a/source/blender/windowmanager/gizmo/intern/wm_gizmo_target_props.c +++ b/source/blender/windowmanager/gizmo/intern/wm_gizmo_target_props.c @@ -24,8 +24,6 @@ #include "BLI_listbase.h" #include "BLI_math.h" -#include "BLI_string.h" -#include "BLI_string_utils.h" #include "BKE_context.h" diff --git a/source/blender/windowmanager/gizmo/intern/wm_gizmo_type.c b/source/blender/windowmanager/gizmo/intern/wm_gizmo_type.c index 2ff0148044c..174d82ee572 100644 --- a/source/blender/windowmanager/gizmo/intern/wm_gizmo_type.c +++ b/source/blender/windowmanager/gizmo/intern/wm_gizmo_type.c @@ -25,8 +25,6 @@ #include "BLI_utildefines.h" #include "BLI_ghash.h" #include "BLI_listbase.h" -#include "BLI_string.h" -#include "BLI_string_utils.h" #include "BKE_context.h" #include "BKE_main.h" -- cgit v1.2.3