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/editors/mesh
parenta90bcdf93d82bf5d9964b12bb20af696ca66654e (diff)
Cleanup: move fast heap into own source & header
Diffstat (limited to 'source/blender/editors/mesh')
-rw-r--r--source/blender/editors/mesh/editmesh_tools.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/mesh/editmesh_tools.c b/source/blender/editors/mesh/editmesh_tools.c
index 71dbdfdbfb2..9fe4ea46913 100644
--- a/source/blender/editors/mesh/editmesh_tools.c
+++ b/source/blender/editors/mesh/editmesh_tools.c
@@ -42,7 +42,7 @@
#include "DNA_scene_types.h"
#include "BLI_bitmap.h"
-#include "BLI_heap.h"
+#include "BLI_heap_simple.h"
#include "BLI_listbase.h"
#include "BLI_linklist.h"
#include "BLI_linklist_stack.h"