remove unused includes

This commit is contained in:
Campbell Barton
2010-03-14 16:06:43 +00:00
parent b2fba2eebe
commit 431db9d478
17 changed files with 1 additions and 64 deletions

View File

@@ -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"