Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/makesrna/intern/rna_wm.c')
-rw-r--r--source/blender/makesrna/intern/rna_wm.c4
1 files changed, 3 insertions, 1 deletions
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 <assert.h>
+#include "BLI_string_utils.h"
+
#include "WM_api.h"
#include "DNA_object_types.h"