diff options
Diffstat (limited to 'libcrystfel/src/index.h')
-rw-r--r-- | libcrystfel/src/index.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/libcrystfel/src/index.h b/libcrystfel/src/index.h index f60bb18f..f8f6e55b 100644 --- a/libcrystfel/src/index.h +++ b/libcrystfel/src/index.h @@ -38,12 +38,6 @@ #endif -#include "beam-parameters.h" -#include "cell.h" -#include "image.h" -#include "detector.h" - - #define INDEXING_DEFAULTS_DIRAX (INDEXING_DIRAX | INDEXING_CHECK_PEAKS \ | INDEXING_CHECK_CELL_COMBINATIONS) @@ -110,6 +104,11 @@ typedef void *IndexingPrivate; extern IndexingMethod *build_indexer_list(const char *str); extern char *indexer_str(IndexingMethod indm); +#include "beam-parameters.h" +#include "detector.h" +#include "cell.h" +#include "image.h" + extern IndexingPrivate **prepare_indexing(IndexingMethod *indm, UnitCell *cell, const char *filename, struct detector *det, |