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-11-05 18:58:12 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-11-05 18:58:12 +0400
commitea61c7426287c28ae6b0cbb04419d6e2f7aaa663 (patch)
treee4c69a13ba4ffada20609b614e37ba9d11aacf1b /source/blender/python/intern/bpy.c
parent6b0c7c1e59ddb1ab5afbb9b3ccb078c73bf676ee (diff)
hopefully fixes building on msvc, also some minor header edits
Diffstat (limited to 'source/blender/python/intern/bpy.c')
-rw-r--r--source/blender/python/intern/bpy.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/blender/python/intern/bpy.c b/source/blender/python/intern/bpy.c
index ad900343704..3ed662f41d7 100644
--- a/source/blender/python/intern/bpy.c
+++ b/source/blender/python/intern/bpy.c
@@ -32,6 +32,9 @@
#include <Python.h>
+#include "RNA_types.h"
+#include "RNA_access.h"
+
#include "bpy.h"
#include "bpy_util.h"
#include "bpy_rna.h"
@@ -49,8 +52,6 @@
#include "BKE_global.h" /* XXX, G.main only */
#include "BKE_blender.h"
-#include "RNA_access.h"
-
#include "MEM_guardedalloc.h"
/* external util modules */