diff options
author | Thomas White <taw@physics.org> | 2014-05-21 14:39:43 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-05-21 14:40:39 +0200 |
commit | 2658f7ca3fbdd0f037b9286812e6967b42517c0d (patch) | |
tree | 7b91ce10b19268df146f1b6fd651f24892b96c56 /libcrystfel/src/detector.h | |
parent | 7d588769ea5ba5f57e8deac2dfeda94bc194b198 (diff) |
Tidy up headers
Diffstat (limited to 'libcrystfel/src/detector.h')
-rw-r--r-- | libcrystfel/src/detector.h | 7 |
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" |