diff options
author | Thomas White <taw@physics.org> | 2014-03-05 13:59:55 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-03-05 14:15:48 +0100 |
commit | 9c59236459d2b34176d06065f6244979ec90f467 (patch) | |
tree | f14625a12253575b4f48d4102e50f3bf01438783 | |
parent | 4ce94e129805d131441e3cfc0e78b6ef36439cef (diff) |
Fix includes
-rw-r--r-- | src/ambigator.c | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/src/ambigator.c b/src/ambigator.c index e685066d..95d0b097 100644 --- a/src/ambigator.c +++ b/src/ambigator.c @@ -41,22 +41,15 @@ #include <getopt.h> #include <assert.h> +#include <image.h> #include <utils.h> -#include <hdf5-file.h> #include <symmetry.h> #include <stream.h> -#include <geometry.h> -#include <peaks.h> -#include <thread-pool.h> -#include <beam-parameters.h> #include <reflist.h> #include <reflist-utils.h> +#include <cell.h> #include <cell-utils.h> -#include "post-refinement.h" -#include "hrs-scaling.h" -#include "scaling-report.h" - static void show_help(const char *s) { |