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/image.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libcrystfel/src/image.c') diff --git a/libcrystfel/src/image.c b/libcrystfel/src/image.c index b40819ef..1e2b7a3c 100644 --- a/libcrystfel/src/image.c +++ b/libcrystfel/src/image.c @@ -27,9 +27,7 @@ * */ -#ifdef HAVE_CONFIG_H -#include -#endif +#include #include #include -- cgit v1.2.3