From 55365b5dc3fe086e5dc3f1b9b9ec5d0da2a4ca5e Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Thu, 7 Jul 2016 22:59:54 +0200 Subject: *: fixed includes this refactoring was done with the help of the 'include-what-you-use' program. if this breaks the build for you, please report! --- tests/check_datetime_parser.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'tests/check_datetime_parser.c') diff --git a/tests/check_datetime_parser.c b/tests/check_datetime_parser.c index ba5a79d..03f5a9a 100644 --- a/tests/check_datetime_parser.c +++ b/tests/check_datetime_parser.c @@ -6,16 +6,11 @@ * See the file LICENSE. */ -#ifdef HAVE_CONFIG_H -#include -#endif /* HAVE_CONFIG_H */ - #include #include #include #include -#include -#include +#include #include #include "../src/error.h" #include "../src/datetime-parser.h" -- cgit v1.2.3-18-g5258