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>2012-09-22 17:40:31 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-09-22 17:40:31 +0400
commit34114b3b75e41fe6882442c5aed126a7131d1dea (patch)
tree3212c458828b45b6c12e5e353498cb9d57352d61 /source/blender/makesrna/intern/rna_wm_api.c
parent1541ee20c87fe5b981b81ab3add6fa0df29e91d1 (diff)
code cleanup: remove/comment unused defines
Diffstat (limited to 'source/blender/makesrna/intern/rna_wm_api.c')
-rw-r--r--source/blender/makesrna/intern/rna_wm_api.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/rna_wm_api.c b/source/blender/makesrna/intern/rna_wm_api.c
index ae4d5dc493e..4c93d7f54f0 100644
--- a/source/blender/makesrna/intern/rna_wm_api.c
+++ b/source/blender/makesrna/intern/rna_wm_api.c
@@ -39,6 +39,8 @@
#include "DNA_space_types.h"
#include "DNA_windowmanager_types.h"
+#include "rna_internal.h" /* own include */
+
#ifdef RNA_RUNTIME
#include "BKE_context.h"