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_simple.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/tar_simple.c') diff --git a/tests/tar_simple.c b/tests/tar_simple.c index 6c5a47e..fb30205 100644 --- a/tests/tar_simple.c +++ b/tests/tar_simple.c @@ -4,7 +4,9 @@ * * Copyright (C) 2019 David Oberhollenzer */ -#include "test_tar.h" +#include "config.h" +#include "tar.h" +#include "test.h" #ifndef TESTUID #define TESTUID 1000 -- cgit v1.2.3