aboutsummaryrefslogtreecommitdiff
path: root/src/dirax.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dirax.h')
-rw-r--r--src/dirax.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/dirax.h b/src/dirax.h
deleted file mode 100644
index 8c429710..00000000
--- a/src/dirax.h
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
- * dirax.h
- *
- * Invoke the DirAx auto-indexing program
- *
- * (c) 2006-2010 Thomas White <taw@physics.org>
- *
- * Part of CrystFEL - crystallography with a FEL
- *
- */
-
-
-#ifndef DIRAX_H
-#define DIRAX_H
-
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
-#include "utils.h"
-
-
-extern void run_dirax(struct image *image);
-
-
-#endif /* DIRAX_H */