diff options
author | Thomas White <taw@physics.org> | 2019-05-08 13:54:18 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2019-05-14 10:02:50 +0200 |
commit | 59770f9bffbd47de5b518244a6dfcfbdfc8dad09 (patch) | |
tree | 43cd4f4bc25ca028b6af045737ad8e92426f8594 /tests/integration_check.c | |
parent | da02f33cf3722fb1533c4277f3b1cfcf079d4b2f (diff) |
Move Histogram out of API
It's only used by two test programs
Diffstat (limited to 'tests/integration_check.c')
-rw-r--r-- | tests/integration_check.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/integration_check.c b/tests/integration_check.c index 65241612..a6ceb2c4 100644 --- a/tests/integration_check.c +++ b/tests/integration_check.c @@ -36,7 +36,8 @@ #include <image.h> #include <utils.h> -#include <histogram.h> + +#include "histogram.h" #include "../libcrystfel/src/integration.c" |