aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/hdf5-file.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2014-05-21 14:39:43 +0200
committerThomas White <taw@physics.org>2014-05-21 14:40:39 +0200
commit2658f7ca3fbdd0f037b9286812e6967b42517c0d (patch)
tree7b91ce10b19268df146f1b6fd651f24892b96c56 /libcrystfel/src/hdf5-file.h
parent7d588769ea5ba5f57e8deac2dfeda94bc194b198 (diff)
Tidy up headers
Diffstat (limited to 'libcrystfel/src/hdf5-file.h')
-rw-r--r--libcrystfel/src/hdf5-file.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/libcrystfel/src/hdf5-file.h b/libcrystfel/src/hdf5-file.h
index f0a363e8..010abacc 100644
--- a/libcrystfel/src/hdf5-file.h
+++ b/libcrystfel/src/hdf5-file.h
@@ -3,11 +3,11 @@
*
* Read/write HDF5 data files
*
- * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
- * a research centre of the Helmholtz Association.
+ * Copyright © 2012-2014 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
*
* Authors:
- * 2009-2012 Thomas White <taw@physics.org>
+ * 2009-2014 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*
@@ -36,12 +36,10 @@
#include <stdint.h>
#include <hdf5.h>
-#include "image.h"
-
struct hdfile;
-
struct copy_hdf5_field;
+#include "image.h"
extern int hdf5_write(const char *filename, const void *data,
int width, int height, int type);