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 12:51:32 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-03-24 12:51:32 +0300
commit26736ac0f0a57b29e3897922c0edc391e5f6463d (patch)
tree24b53576520ba3047904b2d33a3c6cdde874e1ae /source/blender/makesrna/intern/rna_main_api.c
parent9bf3e2092401c496c8b3fbe6bd07f5b29e23d3ad (diff)
remove unused rna includes
Diffstat (limited to 'source/blender/makesrna/intern/rna_main_api.c')
-rw-r--r--source/blender/makesrna/intern/rna_main_api.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_main_api.c b/source/blender/makesrna/intern/rna_main_api.c
index 690b671c318..d70962568e5 100644
--- a/source/blender/makesrna/intern/rna_main_api.c
+++ b/source/blender/makesrna/intern/rna_main_api.c
@@ -31,7 +31,6 @@
#include "RNA_define.h"
#include "RNA_access.h"
-#include "RNA_types.h"
#include "RNA_enum_types.h"
#include "BKE_utildefines.h"