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
parent26736ac0f0a57b29e3897922c0edc391e5f6463d (diff)
remove unused includes UI_*.h, WM_*.h, ED_*.h
Diffstat (limited to 'source/blender/makesrna/intern')
-rw-r--r--source/blender/makesrna/intern/rna_armature_api.c1
-rw-r--r--source/blender/makesrna/intern/rna_constraint.c1
-rw-r--r--source/blender/makesrna/intern/rna_render.c2
-rw-r--r--source/blender/makesrna/intern/rna_scene_api.c3
-rw-r--r--source/blender/makesrna/intern/rna_smoke.c1
-rw-r--r--source/blender/makesrna/intern/rna_ui_api.c1
-rw-r--r--source/blender/makesrna/intern/rna_wm_api.c2
7 files changed, 0 insertions, 11 deletions
diff --git a/source/blender/makesrna/intern/rna_armature_api.c b/source/blender/makesrna/intern/rna_armature_api.c
index 230488c5767..cd78bd6e578 100644
--- a/source/blender/makesrna/intern/rna_armature_api.c
+++ b/source/blender/makesrna/intern/rna_armature_api.c
@@ -37,7 +37,6 @@
#include "BLI_blenlib.h"
-#include "ED_armature.h"
void rna_EditBone_align_roll(EditBone *ebo, float *no)
{
diff --git a/source/blender/makesrna/intern/rna_constraint.c b/source/blender/makesrna/intern/rna_constraint.c
index e835c49680b..5eb41136350 100644
--- a/source/blender/makesrna/intern/rna_constraint.c
+++ b/source/blender/makesrna/intern/rna_constraint.c
@@ -103,7 +103,6 @@ EnumPropertyItem constraint_ik_axisref_items[] ={
#include "BKE_context.h"
#include "BKE_depsgraph.h"
-#include "ED_object.h"
static StructRNA *rna_ConstraintType_refine(struct PointerRNA *ptr)
{
diff --git a/source/blender/makesrna/intern/rna_render.c b/source/blender/makesrna/intern/rna_render.c
index 8c3dbf942e3..710a22ba17a 100644
--- a/source/blender/makesrna/intern/rna_render.c
+++ b/source/blender/makesrna/intern/rna_render.c
@@ -30,7 +30,6 @@
#include "rna_internal.h"
-#include "WM_types.h"
#include "RE_pipeline.h"
@@ -43,7 +42,6 @@
#include "BKE_context.h"
#include "BKE_report.h"
-#include "WM_api.h"
/* RenderEngine */
diff --git a/source/blender/makesrna/intern/rna_scene_api.c b/source/blender/makesrna/intern/rna_scene_api.c
index ae890368933..376ef54f4d8 100644
--- a/source/blender/makesrna/intern/rna_scene_api.c
+++ b/source/blender/makesrna/intern/rna_scene_api.c
@@ -44,10 +44,7 @@
#include "BKE_depsgraph.h"
#include "BKE_writeavi.h"
-#include "ED_object.h"
-#include "ED_anim_api.h"
-#include "WM_api.h"
static void rna_Scene_set_frame(Scene *scene, bContext *C, int frame)
{
diff --git a/source/blender/makesrna/intern/rna_smoke.c b/source/blender/makesrna/intern/rna_smoke.c
index 2c2ae574dd8..970abf92b08 100644
--- a/source/blender/makesrna/intern/rna_smoke.c
+++ b/source/blender/makesrna/intern/rna_smoke.c
@@ -46,7 +46,6 @@
#include "BKE_depsgraph.h"
#include "BKE_particle.h"
-#include "ED_object.h"
static void rna_Smoke_update(Main *bmain, Scene *scene, PointerRNA *ptr)
{
diff --git a/source/blender/makesrna/intern/rna_ui_api.c b/source/blender/makesrna/intern/rna_ui_api.c
index bd7a00b3834..89c7876f6e0 100644
--- a/source/blender/makesrna/intern/rna_ui_api.c
+++ b/source/blender/makesrna/intern/rna_ui_api.c
@@ -31,7 +31,6 @@
#include "RNA_define.h"
-#include "UI_interface.h"
#include "UI_resources.h"
#ifdef RNA_RUNTIME
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)
{