aboutsummaryrefslogtreecommitdiff
path: root/pw_malloc_freelist
diff options
context:
space:
mode:
authorWyatt Hepler <hepler@google.com>2020-07-08 10:11:33 -0700
committerCQ Bot Account <commit-bot@chromium.org>2020-07-20 22:36:51 +0000
commit9f392346c40503ff97e22c51b1630bc2f4fdc7c6 (patch)
treef0dcfa40bdcc01c75f7510acc7f5e4ad3a6a5fde /pw_malloc_freelist
parenta9cb3cec5762a03e76bb093e9602aa2caedcfd71 (diff)
downloadpigweed-9f392346c40503ff97e22c51b1630bc2f4fdc7c6.tar.gz
pw_span: Remove pw::span and pw_span/span.h
Remove the deprecated pw::span class and pw_span/span.h header. Change-Id: I1bee8087f03534b5e19ae38afc238c464ed8676b Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/13540 Reviewed-by: Keir Mierle <keir@google.com> Commit-Queue: Wyatt Hepler <hepler@google.com>
Diffstat (limited to 'pw_malloc_freelist')
-rw-r--r--pw_malloc_freelist/public/pw_malloc_freelist/freelist_malloc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/pw_malloc_freelist/public/pw_malloc_freelist/freelist_malloc.h b/pw_malloc_freelist/public/pw_malloc_freelist/freelist_malloc.h
index 93599e9f6..3ec850160 100644
--- a/pw_malloc_freelist/public/pw_malloc_freelist/freelist_malloc.h
+++ b/pw_malloc_freelist/public/pw_malloc_freelist/freelist_malloc.h
@@ -14,7 +14,6 @@
#pragma once
#include "pw_allocator/freelist_heap.h"
-#include "pw_span/span.h"
// Global variables to initialize a freelist heap.
extern pw::allocator::FreeListHeapBuffer<>* pw_freelist_heap;