aboutsummaryrefslogtreecommitdiff
path: root/tests/evparse2.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/evparse2.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/evparse2.c')
-rw-r--r--tests/evparse2.c5
1 files changed, 0 insertions, 5 deletions
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 <config.h>
-#endif
-
-
#include <stdio.h>
#include <string.h>
#include <stdarg.h>