diff options
author | Thomas White <taw@physics.org> | 2014-09-22 18:06:07 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-09-22 18:06:07 +0200 |
commit | 0a5a04cc90619a1973c91489c71585ce127df045 (patch) | |
tree | c1903fc77534cd97840330b914b98b7b1187bce0 /tests | |
parent | 142e1ad4e0fad73d223c67a842dfb9728a3bf34c (diff) |
Beam file removal, part I
Diffstat (limited to 'tests')
-rw-r--r-- | tests/gpu_sim_check.c | 1 | ||||
-rw-r--r-- | tests/integration_check.c | 1 | ||||
-rw-r--r-- | tests/prof2d_check.c | 1 | ||||
-rw-r--r-- | tests/ring_check.c | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/tests/gpu_sim_check.c b/tests/gpu_sim_check.c index 1526ac86..7edb180a 100644 --- a/tests/gpu_sim_check.c +++ b/tests/gpu_sim_check.c @@ -43,7 +43,6 @@ #include "../src/diffraction.h" #include "../src/diffraction-gpu.h" #include <detector.h> -#include <beam-parameters.h> #include <utils.h> #include <symmetry.h> #include <cell-utils.h> diff --git a/tests/integration_check.c b/tests/integration_check.c index 06bdd7d8..2d0a6c7a 100644 --- a/tests/integration_check.c +++ b/tests/integration_check.c @@ -32,7 +32,6 @@ #include <image.h> #include <utils.h> -#include <beam-parameters.h> #include <histogram.h> #include "../libcrystfel/src/integration.c" diff --git a/tests/prof2d_check.c b/tests/prof2d_check.c index 38abe6f3..8563c7d9 100644 --- a/tests/prof2d_check.c +++ b/tests/prof2d_check.c @@ -36,7 +36,6 @@ #include <image.h> #include <utils.h> -#include <beam-parameters.h> #include <histogram.h> #include "../libcrystfel/src/integration.c" diff --git a/tests/ring_check.c b/tests/ring_check.c index 10299fe0..8ced12d5 100644 --- a/tests/ring_check.c +++ b/tests/ring_check.c @@ -37,7 +37,6 @@ #include <image.h> #include <utils.h> -#include <beam-parameters.h> #include "../libcrystfel/src/peaks.c" |