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>2018-11-06 04:52:34 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-11-06 04:52:34 +0300
commitd805a4a5efd53de234302d22fc0917db53b50e2b (patch)
treefa1bd54334936fe5cfba25eacce4dcffff386bb9 /source/blender/blenkernel/intern/pbvh_bmesh.c
parenta90bcdf93d82bf5d9964b12bb20af696ca66654e (diff)
Cleanup: move fast heap into own source & header
Diffstat (limited to 'source/blender/blenkernel/intern/pbvh_bmesh.c')
-rw-r--r--source/blender/blenkernel/intern/pbvh_bmesh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/pbvh_bmesh.c b/source/blender/blenkernel/intern/pbvh_bmesh.c
index 0180bdc9e4d..35c02a250dd 100644
--- a/source/blender/blenkernel/intern/pbvh_bmesh.c
+++ b/source/blender/blenkernel/intern/pbvh_bmesh.c
@@ -27,7 +27,7 @@
#include "BLI_utildefines.h"
#include "BLI_buffer.h"
#include "BLI_ghash.h"
-#include "BLI_heap.h"
+#include "BLI_heap_simple.h"
#include "BLI_math.h"
#include "BLI_memarena.h"