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-10-03 20:34:00 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-10-03 20:34:00 +0400
commit43217da6d9c766483b7d2175a785c46f280bb5d6 (patch)
tree8589a3783d2da2d98d3a320ea223f652513e8cde /source/blender/bmesh/tools/bmesh_bisect_plane.c
parentf372d1417369af96687436a7f5979ab12da58133 (diff)
set mempool debug in the game-engine-player too. also remove redundant mempool includes.
Diffstat (limited to 'source/blender/bmesh/tools/bmesh_bisect_plane.c')
-rw-r--r--source/blender/bmesh/tools/bmesh_bisect_plane.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/bmesh/tools/bmesh_bisect_plane.c b/source/blender/bmesh/tools/bmesh_bisect_plane.c
index 3baf8675a0d..e45ee75b8cd 100644
--- a/source/blender/bmesh/tools/bmesh_bisect_plane.c
+++ b/source/blender/bmesh/tools/bmesh_bisect_plane.c
@@ -39,7 +39,6 @@
#include "BLI_utildefines.h"
#include "BLI_alloca.h"
-#include "BLI_mempool.h"
#include "BLI_linklist.h"
#include "BLI_linklist_stack.h"
#include "BLI_math.h"