diff options
author | Thomas White <taw@physics.org> | 2020-06-11 16:26:12 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-07-29 18:53:44 +0200 |
commit | a0354c7b12c3203509bec884d56a0a90784b95a4 (patch) | |
tree | 61208096932d9f915229d1d4b084a5cab4ea56a9 | |
parent | e319f5d880e15a969bfe2b156989dfab1ba8ac75 (diff) |
Remove unused includes
-rw-r--r-- | libcrystfel/src/events.c | 2 | ||||
-rw-r--r-- | libcrystfel/src/image-msgpack.c | 1 | ||||
-rw-r--r-- | src/im-zmq.c | 1 | ||||
-rw-r--r-- | src/indexamajig.c | 1 | ||||
-rw-r--r-- | src/process_image.c | 1 |
5 files changed, 1 insertions, 5 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> diff --git a/src/im-zmq.c b/src/im-zmq.c index 7494e64b..34b99c24 100644 --- a/src/im-zmq.c +++ b/src/im-zmq.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> diff --git a/src/indexamajig.c b/src/indexamajig.c index c074e801..f9c938a3 100644 --- a/src/indexamajig.c +++ b/src/indexamajig.c @@ -44,7 +44,6 @@ #include <string.h> #include <unistd.h> #include <argp.h> -#include <hdf5.h> #include <gsl/gsl_errno.h> #include <sys/types.h> #include <sys/stat.h> diff --git a/src/process_image.c b/src/process_image.c index 24a93ce1..d87f2cff 100644 --- a/src/process_image.c +++ b/src/process_image.c @@ -33,7 +33,6 @@ #endif #include <stdlib.h> -#include <hdf5.h> #include <gsl/gsl_errno.h> #include <gsl/gsl_statistics_double.h> #include <gsl/gsl_sort.h> |