diff options
author | Thomas White <taw@bitwiz.org.uk> | 2012-02-06 12:35:15 -0800 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:45 +0100 |
commit | af35714ffa45c3c8736520e30315cfb7eb2cc356 (patch) | |
tree | 55eb97862873d19bd6e626b27e8d35aad5a05ed1 /tests/integration_check.c | |
parent | e88d38b74704c77e6cb3674d26a4db5a6f6c9160 (diff) |
Fix include paths in tests
Diffstat (limited to 'tests/integration_check.c')
-rw-r--r-- | tests/integration_check.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/integration_check.c b/tests/integration_check.c index ed11efd7..a9a779e6 100644 --- a/tests/integration_check.c +++ b/tests/integration_check.c @@ -19,10 +19,10 @@ #include <stdlib.h> #include <stdio.h> -#include "../src/image.h" -#include "../src/peaks.h" -#include "../src/utils.h" -#include "../src/beam-parameters.h" +#include <image.h> +#include <peaks.h> +#include <utils.h> +#include <beam-parameters.h> /* The third integration check draws a Poisson background and checks that, on |