summaryrefslogtreecommitdiff
path: root/src/hashmap.c
diff options
context:
space:
mode:
authorQuinn Stephens <quinn@osmora.org>2025-06-10 08:49:11 -0400
committerQuinn Stephens <quinn@osmora.org>2025-06-10 08:49:11 -0400
commit8d70d9c43fa57c48ef893b73e69a34ae88c8c392 (patch)
tree159c2e13b029d2a8f594c460e23a43e7c6a80f8d /src/hashmap.c
parent812d22e383744561891956019d22c65562da0839 (diff)
Remove unnecessary #include
Signed-off-by: Quinn Stephens <quinn@osmora.org>
Diffstat (limited to 'src/hashmap.c')
-rw-r--r--src/hashmap.c1
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)