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:
authorNicholas Bishop <nicholasbishop@gmail.com>2010-08-09 07:21:30 +0400
committerNicholas Bishop <nicholasbishop@gmail.com>2010-08-09 07:21:30 +0400
commit079d77b9f847134e952cc1e9732001d68d133cbd (patch)
tree3c3c42a54986cfdfe3bb7dc604472d015e3c9009 /source/blender/editors/space_view3d/drawmesh.c
parent7906ff692404c140bf6063ef15bb17a3865ba273 (diff)
parenta6f13f9d7bfef7020d43cb0a8058753e6d7a128d (diff)
svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r31091:31183
Diffstat (limited to 'source/blender/editors/space_view3d/drawmesh.c')
-rw-r--r--source/blender/editors/space_view3d/drawmesh.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/blender/editors/space_view3d/drawmesh.c b/source/blender/editors/space_view3d/drawmesh.c
index 54b101c9fc4..c99ef973bd0 100644
--- a/source/blender/editors/space_view3d/drawmesh.c
+++ b/source/blender/editors/space_view3d/drawmesh.c
@@ -43,16 +43,10 @@
#include "DNA_screen_types.h"
#include "DNA_view3d_types.h"
-#include "BKE_bmfont.h"
-#include "BKE_displist.h"
#include "BKE_DerivedMesh.h"
#include "BKE_effect.h"
-#include "BKE_global.h"
#include "BKE_image.h"
-#include "BKE_main.h"
#include "BKE_material.h"
-#include "BKE_mesh.h"
-#include "BKE_object.h"
#include "BKE_paint.h"
#include "BKE_property.h"
#include "BKE_utildefines.h"