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/intern/bpy_operator_wrap.c
parentb2fba2eebe84386e78d8c925d0b14d3dd5746b81 (diff)
remove unused includes
Diffstat (limited to 'source/blender/python/intern/bpy_operator_wrap.c')
-rw-r--r--source/blender/python/intern/bpy_operator_wrap.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/python/intern/bpy_operator_wrap.c b/source/blender/python/intern/bpy_operator_wrap.c
index 21ba815d95f..56d49fcc889 100644
--- a/source/blender/python/intern/bpy_operator_wrap.c
+++ b/source/blender/python/intern/bpy_operator_wrap.c
@@ -24,15 +24,12 @@
*/
#include "bpy_operator_wrap.h"
-#include "BKE_context.h"
#include "WM_api.h"
#include "WM_types.h"
#include "RNA_define.h"
#include "bpy_rna.h"
-#include "bpy_props.h"
-#include "bpy_util.h"
static void operator_properties_init(wmOperatorType *ot)
{