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>2013-04-06 12:22:39 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-04-06 12:22:39 +0400
commit129f4012283e92a806b48777fc173102887cf004 (patch)
treeb3b17e40bd0bd3873929bd5b2d9b1066a320df25 /source/blender/bmesh/operators/bmo_poke.c
parent6002927521004bfb13475df8bf4d6c1ee05378fb (diff)
ctrl+a select all in button field
Diffstat (limited to 'source/blender/bmesh/operators/bmo_poke.c')
-rw-r--r--source/blender/bmesh/operators/bmo_poke.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/bmesh/operators/bmo_poke.c b/source/blender/bmesh/operators/bmo_poke.c
index 122c14021c0..7105210da04 100644
--- a/source/blender/bmesh/operators/bmo_poke.c
+++ b/source/blender/bmesh/operators/bmo_poke.c
@@ -28,10 +28,7 @@
* Splits a face into a triangle fan.
*/
-#include "MEM_guardedalloc.h"
-
#include "BLI_math.h"
-#include "BLI_array.h"
#include "bmesh.h"