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>2014-11-29 01:12:12 +0300
committerCampbell Barton <ideasman42@gmail.com>2014-11-29 01:12:12 +0300
commit0154096fd52b7d4fd4e90a77cb6240df7a8ecbf2 (patch)
tree8c0e8dfceb00c0af4d3fcfa611a67d1d4a3063cf /source/blender/python/intern/bpy.c
parent915235c87a1621ba000a427ad3eac8a49ff2c0c7 (diff)
Cleanup: unused headers
Diffstat (limited to 'source/blender/python/intern/bpy.c')
-rw-r--r--source/blender/python/intern/bpy.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/python/intern/bpy.c b/source/blender/python/intern/bpy.c
index 5eb8c7c9967..dbeccfdb8e6 100644
--- a/source/blender/python/intern/bpy.c
+++ b/source/blender/python/intern/bpy.c
@@ -54,9 +54,6 @@
/* external util modules */
#include "../generic/idprop_py_api.h"
-#include "../generic/bgl.h"
-#include "../generic/blf_py_api.h"
-#include "../mathutils/mathutils.h"
#ifdef WITH_FREESTYLE
# include "BPy_Freestyle.h"