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-14 19:06:43 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-03-14 19:06:43 +0300
commit431db9d478dc48bcabe9859efd320f8210b5eeda (patch)
tree7d3181fa7a9629635d09bc78542db454005c298d /source/blender/python/generic/IDProp.c
parentb2fba2eebe84386e78d8c925d0b14d3dd5746b81 (diff)
remove unused includes
Diffstat (limited to 'source/blender/python/generic/IDProp.c')
-rw-r--r--source/blender/python/generic/IDProp.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/python/generic/IDProp.c b/source/blender/python/generic/IDProp.c
index decc28198ff..eb883be5a56 100644
--- a/source/blender/python/generic/IDProp.c
+++ b/source/blender/python/generic/IDProp.c
@@ -23,14 +23,9 @@
* ***** END GPL LICENSE BLOCK *****
*/
-#include "DNA_ID.h"
-
#include "BKE_idprop.h"
#include "IDProp.h"
-// #include "gen_utils.h"
-
-#include "MEM_guardedalloc.h"
#define BSTR_EQ(a, b) (*(a) == *(b) && !strcmp(a, b))