From 47746f10fd33016824b00df0cccfaaeabc4412f7 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 30 Jul 2020 11:19:21 +0200 Subject: asdf: Fix includes Not sure what dirax.h was doing there, and cell.h should really be included. --- libcrystfel/src/asdf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcrystfel/src') diff --git a/libcrystfel/src/asdf.c b/libcrystfel/src/asdf.c index 77bd0d13..1536a109 100644 --- a/libcrystfel/src/asdf.c +++ b/libcrystfel/src/asdf.c @@ -44,11 +44,11 @@ #include #include "image.h" -#include "dirax.h" #include "utils.h" #include "peaks.h" #include "cell-utils.h" #include "asdf.h" +#include "cell.h" /** * \file asdf.h -- cgit v1.2.3