diff options
author | Thomas White <taw@physics.org> | 2020-07-27 15:37:23 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-07-29 18:53:45 +0200 |
commit | 7680ae24a77a48ae8ebe025a9f6fc3564aa744a7 (patch) | |
tree | b48d42c183c6b3c363d00e7c77b01e34ab2fa8e1 /tests/evparse5.c | |
parent | bb099d6c25a2868907b093053bd5205ac7bc8b94 (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/evparse5.c')
-rw-r--r-- | tests/evparse5.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/evparse5.c b/tests/evparse5.c index 06daba13..7f81f47e 100644 --- a/tests/evparse5.c +++ b/tests/evparse5.c @@ -26,11 +26,6 @@ * */ -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif - - #include <stdio.h> #include <stdarg.h> |