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>2010-03-24 13:56:37 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-03-24 13:56:37 +0300
commit93c7b8a2d0e7e69b6734ca9e743715f1b723fa79 (patch)
tree7b2f1b632446c7a441d29b15b291e866141c6b75 /source/blender/makesrna/intern/rna_wm_api.c
parent26736ac0f0a57b29e3897922c0edc391e5f6463d (diff)
remove unused includes UI_*.h, WM_*.h, ED_*.h
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, 0 insertions, 2 deletions
diff --git a/source/blender/makesrna/intern/rna_wm_api.c b/source/blender/makesrna/intern/rna_wm_api.c
index a0a758cfdfe..13e38ea435b 100644
--- a/source/blender/makesrna/intern/rna_wm_api.c
+++ b/source/blender/makesrna/intern/rna_wm_api.c
@@ -39,8 +39,6 @@
#include "BKE_context.h"
-#include "WM_api.h"
-#include "WM_types.h"
static wmKeyMap *rna_keymap_add(wmKeyConfig *keyconf, char *idname, int spaceid, int regionid, int modal)
{