From: Stephen Seo Date: Wed, 24 Jul 2024 05:03:03 +0000 (+0900) Subject: Minor tweak to includes in archiver X-Git-Tag: 1.0~38 X-Git-Url: https://git.seodisparate.com/stephenseo/js/darkmode.js?a=commitdiff_plain;h=9d105bc3a52fab87ecf6ec08a6c57a764f441105;p=SimpleArchiver Minor tweak to includes in archiver --- diff --git a/src/archiver.c b/src/archiver.c index ff7d201..81a9a33 100644 --- a/src/archiver.c +++ b/src/archiver.c @@ -37,7 +37,6 @@ #include #endif -#include "data_structures/hash_map.h" #include "helpers.h" #define TEMP_FILENAME_CMP "simple_archiver_compressed_%u.tmp" diff --git a/src/archiver.h b/src/archiver.h index 735d6dc..ced35f0 100644 --- a/src/archiver.h +++ b/src/archiver.h @@ -21,6 +21,7 @@ #include +#include "data_structures/hash_map.h" #include "data_structures/linked_list.h" #include "parser.h"