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