aboutsummaryrefslogtreecommitdiff
path: root/src/process_image.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2022-03-03 16:34:14 +0100
committerThomas White <taw@physics.org>2022-03-07 16:05:11 +0100
commit19b57c06602e1fded39c1ad6234104d6d6e63114 (patch)
treef6c1b1dcbfb25b2c0c977196682450ea54b23188 /src/process_image.c
parentc062c1a763288f964d466e3d48531211ebad0669 (diff)
Move time-accounts to libcrystfel
Diffstat (limited to 'src/process_image.c')
-rw-r--r--src/process_image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process_image.c b/src/process_image.c
index 1919aa14..35bd5e31 100644
--- a/src/process_image.c
+++ b/src/process_image.c
@@ -50,12 +50,12 @@
#include <integration.h>
#include <detgeom.h>
#include <image-msgpack.h>
+#include <time-accounts.h>
#include "process_image.h"
#include "predict-refine.h"
#include "im-sandbox.h"
#include "im-zmq.h"
-#include "time-accounts.h"
static float **backup_image_data(float **dp, struct detgeom *det)
{