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/gizmo_library/gizmo_draw_utils.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/blender/editors/gizmo_library/gizmo_draw_utils.c') diff --git a/source/blender/editors/gizmo_library/gizmo_draw_utils.c b/source/blender/editors/gizmo_library/gizmo_draw_utils.c index 9ef53d8f696..f44e5d2bee7 100644 --- a/source/blender/editors/gizmo_library/gizmo_draw_utils.c +++ b/source/blender/editors/gizmo_library/gizmo_draw_utils.c @@ -28,10 +28,6 @@ */ #include "BLI_listbase.h" -#include "BLI_ghash.h" -#include "BLI_math.h" -#include "BLI_string.h" -#include "BLI_string_utils.h" #include "BKE_context.h" -- cgit v1.2.3