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;