aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-03-13 10:01:13 +0100
committerThomas White <taw@physics.org>2018-03-13 10:26:44 +0100
commitea8e7bc35e5c09096c04f5c269451a330d59c49b (patch)
treeed8fac715b989597e4f2815e5946eced89405a44 /src
parent279ae2e0836a91f8bff0a225ceaf733d4e072aa7 (diff)
Nicer way of getting Git revision
This will need a separate way to create the official releases (which shouldn't have Git revisions attached)
Diffstat (limited to 'src')
-rw-r--r--src/ambigator.c1
-rw-r--r--src/cell_explorer.c1
-rw-r--r--src/check_hkl.c1
-rw-r--r--src/compare_hkl.c1
-rw-r--r--src/geoptimiser.c1
-rw-r--r--src/get_hkl.c1
-rw-r--r--src/hdfsee.c1
-rw-r--r--src/indexamajig.c1
-rw-r--r--src/list_events.c1
-rw-r--r--src/partial_sim.c1
-rw-r--r--src/partialator.c1
-rw-r--r--src/pattern_sim.c1
-rw-r--r--src/process_hkl.c1
-rw-r--r--src/render_hkl.c1
-rw-r--r--src/whirligig.c1
15 files changed, 0 insertions, 15 deletions
diff --git a/src/ambigator.c b/src/ambigator.c
index 3df66f3b..ba7629ab 100644
--- a/src/ambigator.c
+++ b/src/ambigator.c
@@ -44,7 +44,6 @@
#include <gsl/gsl_permutation.h>
#include <gsl/gsl_randist.h>
-#include "version.h"
#include <image.h>
#include <utils.h>
#include <symmetry.h>
diff --git a/src/cell_explorer.c b/src/cell_explorer.c
index f3ec7cb7..94e7e985 100644
--- a/src/cell_explorer.c
+++ b/src/cell_explorer.c
@@ -40,7 +40,6 @@
#include <gdk/gdkkeysyms.h>
#include <gsl/gsl_multifit_nlin.h>
-#include "version.h"
#include "stream.h"
#include "image.h"
#include "utils.h"
diff --git a/src/check_hkl.c b/src/check_hkl.c
index 1657eb6f..018200cf 100644
--- a/src/check_hkl.c
+++ b/src/check_hkl.c
@@ -40,7 +40,6 @@
#include <gsl/gsl_fit.h>
#include <assert.h>
-#include "version.h"
#include "utils.h"
#include "statistics.h"
#include "symmetry.h"
diff --git a/src/compare_hkl.c b/src/compare_hkl.c
index fd988b89..feb79879 100644
--- a/src/compare_hkl.c
+++ b/src/compare_hkl.c
@@ -43,7 +43,6 @@
#include <gsl/gsl_statistics.h>
#include <gsl/gsl_fit.h>
-#include "version.h"
#include "utils.h"
#include "statistics.h"
#include "symmetry.h"
diff --git a/src/geoptimiser.c b/src/geoptimiser.c
index 36124e57..3d859a61 100644
--- a/src/geoptimiser.c
+++ b/src/geoptimiser.c
@@ -53,7 +53,6 @@
#include "detector.h"
#include "stream.h"
-#include "version.h"
#include "crystal.h"
#include "image.h"
#include "utils.h"
diff --git a/src/get_hkl.c b/src/get_hkl.c
index 5dddc5be..efd06c94 100644
--- a/src/get_hkl.c
+++ b/src/get_hkl.c
@@ -38,7 +38,6 @@
#include <unistd.h>
#include <getopt.h>
-#include "version.h"
#include "utils.h"
#include "reflist-utils.h"
#include "symmetry.h"
diff --git a/src/hdfsee.c b/src/hdfsee.c
index aa8dfc8e..954eb762 100644
--- a/src/hdfsee.c
+++ b/src/hdfsee.c
@@ -37,7 +37,6 @@
#include <gtk/gtk.h>
#include <getopt.h>
-#include "version.h"
#include "dw-hdfsee.h"
#include "utils.h"
#include "render.h"
diff --git a/src/indexamajig.c b/src/indexamajig.c
index a6651497..bac1ee04 100644
--- a/src/indexamajig.c
+++ b/src/indexamajig.c
@@ -49,7 +49,6 @@
#include <sys/stat.h>
#include <fcntl.h>
-#include "version.h"
#include "utils.h"
#include "hdf5-file.h"
#include "index.h"
diff --git a/src/list_events.c b/src/list_events.c
index 44087233..ce48478b 100644
--- a/src/list_events.c
+++ b/src/list_events.c
@@ -38,7 +38,6 @@
#include <unistd.h>
#include <getopt.h>
-#include "version.h"
#include "utils.h"
#include "detector.h"
#include "hdf5-file.h"
diff --git a/src/partial_sim.c b/src/partial_sim.c
index 4a348742..5926043f 100644
--- a/src/partial_sim.c
+++ b/src/partial_sim.c
@@ -42,7 +42,6 @@
#include <pthread.h>
#include <gsl/gsl_rng.h>
-#include "version.h"
#include "image.h"
#include "utils.h"
#include "reflist-utils.h"
diff --git a/src/partialator.c b/src/partialator.c
index 428b0d68..2540521d 100644
--- a/src/partialator.c
+++ b/src/partialator.c
@@ -53,7 +53,6 @@
#include <cell.h>
#include <cell-utils.h>
-#include "version.h"
#include "scaling.h"
#include "post-refinement.h"
#include "merge.h"
diff --git a/src/pattern_sim.c b/src/pattern_sim.c
index 52ed6d48..6c9eb880 100644
--- a/src/pattern_sim.c
+++ b/src/pattern_sim.c
@@ -42,7 +42,6 @@
#include <getopt.h>
#include <hdf5.h>
-#include "version.h"
#include "image.h"
#include "diffraction.h"
#include "diffraction-gpu.h"
diff --git a/src/process_hkl.c b/src/process_hkl.c
index 301bc6e4..5930c189 100644
--- a/src/process_hkl.c
+++ b/src/process_hkl.c
@@ -43,7 +43,6 @@
#include <unistd.h>
#include <getopt.h>
-#include "version.h"
#include "utils.h"
#include "statistics.h"
#include "reflist-utils.h"
diff --git a/src/render_hkl.c b/src/render_hkl.c
index 3952940e..a8fc852e 100644
--- a/src/render_hkl.c
+++ b/src/render_hkl.c
@@ -45,7 +45,6 @@
#include <gsl/gsl_linalg.h>
#include <gsl/gsl_blas.h>
-#include "version.h"
#include "utils.h"
#include "symmetry.h"
#include "render.h"
diff --git a/src/whirligig.c b/src/whirligig.c
index e8829880..f5a435c2 100644
--- a/src/whirligig.c
+++ b/src/whirligig.c
@@ -43,7 +43,6 @@
#include <utils.h>
#include <stream.h>
-#include "version.h"
#include "cell-utils.h"
#include "integer_matrix.h"
#include "reflist.h"