From f6afde3c5dcece3b4980cebcde09a9ecca9e20d8 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sat, 23 Nov 2019 16:07:38 +0100 Subject: Move some unix header inclusions to compat.h In most cases, including unistd.h and fcntl.h was a left over anyway. In the cases where it was not, move it to compat.h. Signed-off-by: David Oberhollenzer --- lib/tar/read_retry.c | 1 - lib/tar/write_retry.c | 1 - 2 files changed, 2 deletions(-) (limited to 'lib/tar') diff --git a/lib/tar/read_retry.c b/lib/tar/read_retry.c index f81c52a..c76e5e5 100644 --- a/lib/tar/read_retry.c +++ b/lib/tar/read_retry.c @@ -6,7 +6,6 @@ */ #include "config.h" -#include #include #include diff --git a/lib/tar/write_retry.c b/lib/tar/write_retry.c index 3977db1..f4f3166 100644 --- a/lib/tar/write_retry.c +++ b/lib/tar/write_retry.c @@ -6,7 +6,6 @@ */ #include "config.h" -#include #include #include -- cgit v1.2.3