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:
Diffstat (limited to 'source/blender/python/intern/bpy_array.c')
-rw-r--r--source/blender/python/intern/bpy_array.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/source/blender/python/intern/bpy_array.c b/source/blender/python/intern/bpy_array.c
index bb1826d231d..a20a7f54e22 100644
--- a/source/blender/python/intern/bpy_array.c
+++ b/source/blender/python/intern/bpy_array.c
@@ -22,14 +22,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
-#include "Python.h"
-
#include "bpy_rna.h"
-
-#include "RNA_access.h"
-
-#include "BLI_string.h"
-
#include "BKE_global.h"
#define MAX_ARRAY_DIMENSION 10