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:
authorCampbell Barton <ideasman42@gmail.com>2018-12-01 00:29:26 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-12-01 00:29:26 +0300
commit597d425638d304e7d70bd4d1a2d73eaf880d9242 (patch)
tree3060fc11ba55aa983f1b4cb48ac11f1f5523e042 /source/blender/makesrna/intern/rna_wm_api.c
parent81f898f053d277a704c58031a56c261b974c36e2 (diff)
Cleanup: duplicate include
Diffstat (limited to 'source/blender/makesrna/intern/rna_wm_api.c')
-rw-r--r--source/blender/makesrna/intern/rna_wm_api.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_wm_api.c b/source/blender/makesrna/intern/rna_wm_api.c
index 95c7d1cadf4..874fdb62029 100644
--- a/source/blender/makesrna/intern/rna_wm_api.c
+++ b/source/blender/makesrna/intern/rna_wm_api.c
@@ -70,7 +70,6 @@ const EnumPropertyItem rna_enum_window_cursor_items[] = {
#ifdef RNA_RUNTIME
-#include "UI_interface.h"
#include "BKE_context.h"
#include "WM_types.h"