From: Stephen Seo Date: Thu, 18 Jul 2024 06:36:09 +0000 (+0900) Subject: Remove unnecessary "include"s X-Git-Tag: 1.0~56 X-Git-Url: https://git.seodisparate.com/gitweb?a=commitdiff_plain;h=c18e772928485f991b5a2ad62327d2e5d49efc2e;p=SimpleArchiver Remove unnecessary "include"s --- diff --git a/src/archiver.c b/src/archiver.c index c70d75f..e50cc82 100644 --- a/src/archiver.c +++ b/src/archiver.c @@ -22,8 +22,6 @@ #include #include -#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 || \