aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-04-26 17:21:18 +0200
committerThomas White <taw@physics.org>2019-09-12 16:35:52 +0200
commit3a12faaa0b22762c218eb1a71b3144fea8c56d64 (patch)
tree3eb5ae8efa07b7b79c11473e7e4f97281d63c4e5 /src
parent7f5a04465249744d4ba1d0a9f50c350ec7aaaab2 (diff)
Fix header include path
Diffstat (limited to 'src')
-rw-r--r--src/process_image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process_image.h b/src/process_image.h
index 0b266de8..5691a0e4 100644
--- a/src/process_image.h
+++ b/src/process_image.h
@@ -46,7 +46,7 @@ struct index_args;
#include "time-accounts.h"
#include "taketwo.h"
#include "xgandalf.h"
-#include "../libcrystfel/src/pinkindexer.h"
+#include "pinkindexer.h"
#include "felix.h"