From 59770f9bffbd47de5b518244a6dfcfbdfc8dad09 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 8 May 2019 13:54:18 +0200 Subject: Move Histogram out of API It's only used by two test programs --- tests/prof2d_check.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/prof2d_check.c') diff --git a/tests/prof2d_check.c b/tests/prof2d_check.c index 8b9de871..803e60c4 100644 --- a/tests/prof2d_check.c +++ b/tests/prof2d_check.c @@ -36,7 +36,8 @@ #include #include -#include + +#include "histogram.h" #include "../libcrystfel/src/integration.c" -- cgit v1.2.3