From aec965f3f67f9fa5f89da3e9d2c45ebd88946218 Mon Sep 17 00:00:00 2001 From: Sara Date: Thu, 25 Jan 2024 00:16:45 +0100 Subject: [PATCH] chore: removed unused "stdint.h" include from dictionary.h --- core/src/dictionary.h | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/dictionary.h b/core/src/dictionary.h index 367c682..3c67068 100644 --- a/core/src/dictionary.h +++ b/core/src/dictionary.h @@ -2,7 +2,6 @@ #define _fencer_hash_map_h #include "list.h" -#include "stdint.h" typedef struct Dictionary { List list;