From 7680ae24a77a48ae8ebe025a9f6fc3564aa744a7 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 27 Jul 2020 15:37:23 +0200 Subject: Remove config.h from tests This is a relic from autotools, where config.h might add function definitions. The tests shouldn't be behaving differently based on the configuration (though perhaps tests might be enabled or disabled by the build system). Also: which config.h should it be? The top-level one, or libcrystfel's? --- tests/evparse2.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tests/evparse2.c') diff --git a/tests/evparse2.c b/tests/evparse2.c index 6b81ae70..034b1672 100644 --- a/tests/evparse2.c +++ b/tests/evparse2.c @@ -26,11 +26,6 @@ * */ -#ifdef HAVE_CONFIG_H -#include -#endif - - #include #include #include -- cgit v1.2.3