From 54ee2670c0ad260431f77c09d4568980eecc42af Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Mon, 2 Nov 2020 11:41:54 +0100 Subject: Cleanup: eliminate the now practically empty test_tar.h Signed-off-by: David Oberhollenzer --- tests/tar_big_file.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/tar_big_file.c') diff --git a/tests/tar_big_file.c b/tests/tar_big_file.c index 66e4690..c9fbcc5 100644 --- a/tests/tar_big_file.c +++ b/tests/tar_big_file.c @@ -4,7 +4,9 @@ * * Copyright (C) 2019 David Oberhollenzer */ -#include "test_tar.h" +#include "config.h" +#include "tar.h" +#include "test.h" int main(void) { -- cgit v1.2.3