Minor tweak to includes in archiver

This commit is contained in:
Stephen Seo 2024-07-24 14:03:03 +09:00
parent b90b7ae64f
commit 9d105bc3a5
2 changed files with 1 additions and 1 deletions

View file

@ -37,7 +37,6 @@
#include <unistd.h> #include <unistd.h>
#endif #endif
#include "data_structures/hash_map.h"
#include "helpers.h" #include "helpers.h"
#define TEMP_FILENAME_CMP "simple_archiver_compressed_%u.tmp" #define TEMP_FILENAME_CMP "simple_archiver_compressed_%u.tmp"

View file

@ -21,6 +21,7 @@
#include <stdio.h> #include <stdio.h>
#include "data_structures/hash_map.h"
#include "data_structures/linked_list.h" #include "data_structures/linked_list.h"
#include "parser.h" #include "parser.h"