diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/hashmap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hashmap.c b/src/hashmap.c index d4d6358..acbd70f 100644 --- a/src/hashmap.c +++ b/src/hashmap.c @@ -29,7 +29,6 @@ #include <stddef.h> #include "hashmap.h" -#include "log.h" void hashmap_remove(struct hashmap_entry *entry) |