From c18e772928485f991b5a2ad62327d2e5d49efc2e Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Thu, 18 Jul 2024 15:36:09 +0900 Subject: [PATCH] Remove unnecessary "include"s --- src/archiver.c | 2 -- 1 file changed, 2 deletions(-) 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 || \