From 27718f093689dbd3decd7021eaa97327f578c8f3 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 7 Mar 2019 22:19:57 +0100 Subject: Add hash map --- include/std/scoped_allocator.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include/std/scoped_allocator.h') diff --git a/include/std/scoped_allocator.h b/include/std/scoped_allocator.h index ad6e2dd..0de4f04 100644 --- a/include/std/scoped_allocator.h +++ b/include/std/scoped_allocator.h @@ -1,13 +1,11 @@ #ifndef AMALGAM_SCOPED_ALLOCATOR_H #define AMALGAM_SCOPED_ALLOCATOR_H +#include "defs.h" #include "misc.h" #include "types.h" #include "buffer.h" -typedef struct ScopedAllocatorNode ScopedAllocatorNode; -typedef struct ScopedAllocator ScopedAllocator; - struct ScopedAllocatorNode { char *data; usize size; -- cgit v1.2.3