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/makesrna/intern/rna_wm_gizmo.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/makesrna/intern/rna_wm_gizmo.c') diff --git a/source/blender/makesrna/intern/rna_wm_gizmo.c b/source/blender/makesrna/intern/rna_wm_gizmo.c index f7b0fa03c39..cdad88d2862 100644 --- a/source/blender/makesrna/intern/rna_wm_gizmo.c +++ b/source/blender/makesrna/intern/rna_wm_gizmo.c @@ -31,7 +31,6 @@ #include "DNA_windowmanager_types.h" #include "BLI_utildefines.h" -#include "BLI_string_utils.h" #include "BLT_translation.h" @@ -51,6 +50,8 @@ #include +#include "BLI_string_utils.h" + #include "WM_api.h" #include "DNA_workspace_types.h" -- cgit v1.2.3