From c66781ed4d8beb611a1155be540cffb3df7ce146 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 27 Apr 2021 13:12:09 +0200 Subject: Rename libcrystfel's config.h to libcrystfel-config.h This removes the big potential for confusion, which has happened several times (see e.g. 095cbebaf6). It also fixes in-tree builds with CMake (but seriously, always use out-of-tree builds). Fixes #2. --- libcrystfel/src/geometry.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'libcrystfel/src/geometry.c') diff --git a/libcrystfel/src/geometry.c b/libcrystfel/src/geometry.c index 68a532b8..e847711d 100644 --- a/libcrystfel/src/geometry.c +++ b/libcrystfel/src/geometry.c @@ -26,10 +26,7 @@ * */ -#ifdef HAVE_CONFIG_H -#include -#endif - +#include #include #include -- cgit v1.2.3