aboutsummaryrefslogtreecommitdiff
path: root/tests/prediction_gradient_check.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-07-27 15:37:23 +0200
committerThomas White <taw@physics.org>2020-07-29 18:53:45 +0200
commit7680ae24a77a48ae8ebe025a9f6fc3564aa744a7 (patch)
treeb48d42c183c6b3c363d00e7c77b01e34ab2fa8e1 /tests/prediction_gradient_check.c
parentbb099d6c25a2868907b093053bd5205ac7bc8b94 (diff)
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?
Diffstat (limited to 'tests/prediction_gradient_check.c')
-rw-r--r--tests/prediction_gradient_check.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/prediction_gradient_check.c b/tests/prediction_gradient_check.c
index 38601719..6d8e596a 100644
--- a/tests/prediction_gradient_check.c
+++ b/tests/prediction_gradient_check.c
@@ -26,11 +26,6 @@
*
*/
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
-
#include <stdlib.h>
#include <stdio.h>
#include <gsl/gsl_statistics.h>