aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/detector.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/detector.h
parent7d588769ea5ba5f57e8deac2dfeda94bc194b198 (diff)
Tidy up headers
Diffstat (limited to 'libcrystfel/src/detector.h')
-rw-r--r--libcrystfel/src/detector.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/libcrystfel/src/detector.h b/libcrystfel/src/detector.h
index c63326fb..b87e6dc9 100644
--- a/libcrystfel/src/detector.h
+++ b/libcrystfel/src/detector.h
@@ -36,8 +36,11 @@
#ifndef DETECTOR_H
#define DETECTOR_H
-struct image;
-struct hdfile;
+struct rigid_group;
+struct detector;
+struct panel;
+struct badregion;
+struct detector;
#include "hdf5-file.h"
#include "image.h"