diff options
author | Thomas White <taw@physics.org> | 2020-06-08 14:15:54 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-07-29 18:53:44 +0200 |
commit | dff86d3c650e0b117a10be9d2c2c6f788b97629e (patch) | |
tree | 526b926afa69e65f381797ecdc878c765c5206de /src/im-zmq.c | |
parent | e0d5963e9da96789599f344a5b16fa484ff3c3ec (diff) |
Remove references to old headers
Diffstat (limited to 'src/im-zmq.c')
-rw-r--r-- | src/im-zmq.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/im-zmq.c b/src/im-zmq.c index 09230938..492b399e 100644 --- a/src/im-zmq.c +++ b/src/im-zmq.c @@ -41,11 +41,12 @@ #include <zmq.h> #include <msgpack.h> -#include "events.h" -#include "image.h" -#include "hdf5-file.h" -#include "utils.h" +#include <events.h> +#include <image.h> +#include <utils.h> + #include "im-zmq.h" + #include "datatemplate_priv.h" |