aboutsummaryrefslogtreecommitdiff
path: root/src/itrans.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/itrans.h')
-rw-r--r--src/itrans.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/itrans.h b/src/itrans.h
index 37f128b..a11eadf 100644
--- a/src/itrans.h
+++ b/src/itrans.h
@@ -4,17 +4,18 @@
* Parameterise features in an image for reconstruction
*
* (c) 2007 Thomas White <taw27@cam.ac.uk>
+ *
* dtr - Diffraction Tomography Reconstruction
*
*/
+#ifndef ITRANS_H
+#define ITRANS_H
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
-#ifndef ITRANS_H
-#define ITRANS_H
-
#include <stdint.h>
#include "control.h"