aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-06-11 16:26:12 +0200
committerThomas White <taw@physics.org>2020-07-29 18:53:44 +0200
commita0354c7b12c3203509bec884d56a0a90784b95a4 (patch)
tree61208096932d9f915229d1d4b084a5cab4ea56a9 /libcrystfel/src
parente319f5d880e15a969bfe2b156989dfab1ba8ac75 (diff)
Remove unused includes
Diffstat (limited to 'libcrystfel/src')
-rw-r--r--libcrystfel/src/events.c2
-rw-r--r--libcrystfel/src/image-msgpack.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/libcrystfel/src/events.c b/libcrystfel/src/events.c
index df4cb586..1e711e6a 100644
--- a/libcrystfel/src/events.c
+++ b/libcrystfel/src/events.c
@@ -30,10 +30,10 @@
#include "events.h"
#include "utils.h"
-#include <hdf5.h>
#include <string.h>
#include <stdlib.h>
#include <assert.h>
+#include <stddef.h>
/** \file events.h */
diff --git a/libcrystfel/src/image-msgpack.c b/libcrystfel/src/image-msgpack.c
index ef379d06..751c2a09 100644
--- a/libcrystfel/src/image-msgpack.c
+++ b/libcrystfel/src/image-msgpack.c
@@ -35,7 +35,6 @@
#include <stdlib.h>
#include <stdio.h>
#include <stdint.h>
-#include <hdf5.h>
#include <assert.h>
#include <unistd.h>
#include <zmq.h>