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.c
parentb2fba2eebe84386e78d8c925d0b14d3dd5746b81 (diff)
remove unused includes
Diffstat (limited to 'source/blender/python/intern/bpy.c')
-rw-r--r--source/blender/python/intern/bpy.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/python/intern/bpy.c b/source/blender/python/intern/bpy.c
index 222e41c3bb8..0e105e03184 100644
--- a/source/blender/python/intern/bpy.c
+++ b/source/blender/python/intern/bpy.c
@@ -25,7 +25,6 @@
/* This file defines the '_bpy' module which is used by python's 'bpy' package.
* a script writer should never directly access this module */
-#include <Python.h>
#include "bpy_util.h"
#include "bpy_rna.h"
@@ -36,7 +35,6 @@
#include "BLI_path_util.h"
/* external util modules */
-#include "../generic/Mathutils.h"
#include "../generic/Geometry.h"
#include "../generic/bgl.h"
#include "../generic/blf.h"