aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/image.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/image.h
parent7d588769ea5ba5f57e8deac2dfeda94bc194b198 (diff)
Tidy up headers
Diffstat (limited to 'libcrystfel/src/image.h')
-rw-r--r--libcrystfel/src/image.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h
index 6b49ad91..213bcfec 100644
--- a/libcrystfel/src/image.h
+++ b/libcrystfel/src/image.h
@@ -3,11 +3,11 @@
*
* Handle images and image features
*
- * Copyright © 2012-2013 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2014 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
- * 2009-2013 Thomas White <taw@physics.org>
+ * 2009-2014 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*
@@ -37,6 +37,10 @@
#include <complex.h>
#include <sys/types.h>
+struct imagefeature;
+struct sample;
+struct image;
+
#include "utils.h"
#include "cell.h"
#include "detector.h"