]> git.seodisparate.com - SimpleArchiver/commitdiff
Remove unnecessary "include"s
authorStephen Seo <seo.disparate@gmail.com>
Thu, 18 Jul 2024 06:36:09 +0000 (15:36 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Thu, 18 Jul 2024 06:36:09 +0000 (15:36 +0900)
src/archiver.c

index c70d75f334f2d7e555cb227d38769837c33d08d4..e50cc829113da214d19ee15db04f7f160631b836 100644 (file)
@@ -22,8 +22,6 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include "data_structures/linked_list.h"
-#include "parser.h"
 #include "platforms.h"
 #if SIMPLE_ARCHIVER_PLATFORM == SIMPLE_ARCHIVER_PLATFORM_COSMOPOLITAN || \
     SIMPLE_ARCHIVER_PLATFORM == SIMPLE_ARCHIVER_PLATFORM_MAC ||          \