aboutsummaryrefslogtreecommitdiff
path: root/src/process_image.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-06-08 14:15:54 +0200
committerThomas White <taw@physics.org>2020-07-29 18:53:44 +0200
commitdff86d3c650e0b117a10be9d2c2c6f788b97629e (patch)
tree526b926afa69e65f381797ecdc878c765c5206de /src/process_image.c
parente0d5963e9da96789599f344a5b16fa484ff3c3ec (diff)
Remove references to old headers
Diffstat (limited to 'src/process_image.c')
-rw-r--r--src/process_image.c26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/process_image.c b/src/process_image.c
index 1d8def8b..2c4ec61c 100644
--- a/src/process_image.c
+++ b/src/process_image.c
@@ -40,23 +40,23 @@
#include <unistd.h>
#include <sys/stat.h>
-#include "utils.h"
-#include "hdf5-file.h"
-#include "index.h"
-#include "peaks.h"
-#include "filters.h"
-#include "thread-pool.h"
-#include "geometry.h"
-#include "stream.h"
-#include "reflist-utils.h"
+#include <utils.h>
+#include <index.h>
+#include <peaks.h>
+#include <filters.h>
+#include <thread-pool.h>
+#include <geometry.h>
+#include <stream.h>
+#include <reflist-utils.h>
+#include <integration.h>
+#include <detgeom.h>
+#include <image-msgpack.h>
+
#include "process_image.h"
-#include "integration.h"
#include "predict-refine.h"
#include "im-sandbox.h"
-#include "time-accounts.h"
#include "im-zmq.h"
-#include "detgeom.h"
-
+#include "time-accounts.h"
static float **backup_image_data(float **dp, struct detgeom *det)
{