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/ev_enum1.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/ev_enum1.c')
-rw-r--r-- | tests/ev_enum1.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/ev_enum1.c b/tests/ev_enum1.c index 67cccb5b..ce9a9d61 100644 --- a/tests/ev_enum1.c +++ b/tests/ev_enum1.c @@ -26,11 +26,6 @@ * */ -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif - - #include <stdio.h> #include <stdarg.h> #include <string.h> |