diff --git a/dict.c b/dict.c index b92ccda..dd12aa2 100644 --- a/dict.c +++ b/dict.c @@ -3,7 +3,6 @@ #include #include #include "dict.h" -#include "server.h" static uint8_t lock = 0; static char* filepath;