]> git.ipfire.org Git - pakfire.git/commitdiff
file: Drop including tar.h
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 20 Apr 2021 12:29:34 +0000 (12:29 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 20 Apr 2021 12:29:34 +0000 (12:29 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/file.c

index 0a76530f45753c56fd82427cac509d39a2010e0b..11be050daa0f798596fc4487bdbdb2e2b2084787 100644 (file)
@@ -23,7 +23,6 @@
 #include <stdlib.h>
 #include <string.h>
 #include <sys/types.h>
-#include <tar.h>
 #include <time.h>
 
 #include <archive_entry.h>