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.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source/blender/makesrna/intern/rna_wm.c') diff --git a/source/blender/makesrna/intern/rna_wm.c b/source/blender/makesrna/intern/rna_wm.c index 475f53d9ef1..45bce714303 100644 --- a/source/blender/makesrna/intern/rna_wm.c +++ b/source/blender/makesrna/intern/rna_wm.c @@ -32,7 +32,6 @@ #include "DNA_windowmanager_types.h" #include "BLI_utildefines.h" -#include "BLI_string_utils.h" #include "BLT_translation.h" @@ -48,6 +47,7 @@ #include "WM_types.h" #ifdef RNA_RUNTIME + static const EnumPropertyItem event_keymouse_value_items[] = { {KM_ANY, "ANY", 0, "Any", ""}, {KM_PRESS, "PRESS", 0, "Press", ""}, @@ -483,6 +483,8 @@ const EnumPropertyItem rna_enum_wm_report_items[] = { #include +#include "BLI_string_utils.h" + #include "WM_api.h" #include "DNA_object_types.h" -- cgit v1.2.3