diff --git a/src/util/small_object_allocator.cpp b/src/util/small_object_allocator.cpp index 4ecd05116..ac2f64482 100644 --- a/src/util/small_object_allocator.cpp +++ b/src/util/small_object_allocator.cpp @@ -68,7 +68,6 @@ void small_object_allocator::reset() { #define MASK ((1 << PTR_ALIGNMENT) - 1) -#include void small_object_allocator::deallocate(size_t size, void * p) { if (size == 0) return;