diff options
author | Thomas White <taw@physics.org> | 2021-04-27 13:12:09 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2021-04-27 13:18:32 +0200 |
commit | c66781ed4d8beb611a1155be540cffb3df7ce146 (patch) | |
tree | 2e1a724e711ed1446bde872bab9761be66fbf7a2 /libcrystfel/src/cell.c | |
parent | 7424f7d7190d221e5dedcdeadc2809ec8166292e (diff) |
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.
Diffstat (limited to 'libcrystfel/src/cell.c')
-rw-r--r-- | libcrystfel/src/cell.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libcrystfel/src/cell.c b/libcrystfel/src/cell.c index 2e944ddb..4dea2ce1 100644 --- a/libcrystfel/src/cell.c +++ b/libcrystfel/src/cell.c @@ -30,9 +30,7 @@ * */ -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif +#include <libcrystfel-config.h> #include <math.h> #include <assert.h> |