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/histogram.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/histogram.h') diff --git a/tests/histogram.h b/tests/histogram.h index f0091bd7..7b295caa 100644 --- a/tests/histogram.h +++ b/tests/histogram.h @@ -29,10 +29,6 @@ #ifndef HISTOGRAM_H #define HISTOGRAM_H -#ifdef HAVE_CONFIG_H -#include -#endif - #ifdef __cplusplus extern "C" { #endif -- cgit v1.2.3