chore: removed unused "stdint.h" include from dictionary.h
This commit is contained in:
parent
23741714f2
commit
aec965f3f6
|
@ -2,7 +2,6 @@
|
||||||
#define _fencer_hash_map_h
|
#define _fencer_hash_map_h
|
||||||
|
|
||||||
#include "list.h"
|
#include "list.h"
|
||||||
#include "stdint.h"
|
|
||||||
|
|
||||||
typedef struct Dictionary {
|
typedef struct Dictionary {
|
||||||
List list;
|
List list;
|
||||||
|
|
Loading…
Reference in a new issue