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>2017-11-29 13:30:03 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-11-29 13:32:16 +0300
commit28048f75ce42b370c76cc62a6b8b5de14586fcd6 (patch)
tree0a7d2aa0735e3b2c2c65a205e4663db16547eafc /source/blender/python/intern/bpy_rna.c
parent69d33ecdec0d131ede1ed488fc1cf16689c07284 (diff)
parente32cfb0743d9b4da08403f9fd33abd1cadbd0299 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/python/intern/bpy_rna.c')
-rw-r--r--source/blender/python/intern/bpy_rna.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/intern/bpy_rna.c b/source/blender/python/intern/bpy_rna.c
index 9630beb6e8b..fdad3a7d919 100644
--- a/source/blender/python/intern/bpy_rna.c
+++ b/source/blender/python/intern/bpy_rna.c
@@ -49,7 +49,7 @@
#include "bpy_rna.h"
#include "bpy_rna_anim.h"
#include "bpy_props.h"
-#include "bpy_util.h"
+#include "bpy_capi_utils.h"
#include "bpy_rna_callback.h"
#include "bpy_intern_string.h"