diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-11-25 13:28:28 +0100 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-11-25 13:28:28 +0100 |
commit | 94b547d27f953fefa0ed080611eb916f58702e87 (patch) | |
tree | 2f6cce57154b494d0c26588421a979f64c635b9b /lib/tar | |
parent | fc9a644002dc501a5c224e5cc1a7dfba3ca2d1d8 (diff) |
Cleanup: remove what is left of libutil
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'lib/tar')
-rw-r--r-- | lib/tar/internal.h | 1 | ||||
-rw-r--r-- | lib/tar/skip.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/tar/internal.h b/lib/tar/internal.h index e67e7fa..055637a 100644 --- a/lib/tar/internal.h +++ b/lib/tar/internal.h @@ -9,7 +9,6 @@ #include "config.h" -#include "util/util.h" #include "tar.h" #include <string.h> diff --git a/lib/tar/skip.c b/lib/tar/skip.c index 94e4a96..36cd470 100644 --- a/lib/tar/skip.c +++ b/lib/tar/skip.c @@ -6,7 +6,6 @@ */ #include "config.h" -#include "util/util.h" #include "tar.h" #include <stdio.h> |