aboutsummaryrefslogtreecommitdiff
path: root/tests/symmetry_check.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2012-02-06 12:35:15 -0800
committerThomas White <taw@physics.org>2012-02-22 15:27:45 +0100
commitaf35714ffa45c3c8736520e30315cfb7eb2cc356 (patch)
tree55eb97862873d19bd6e626b27e8d35aad5a05ed1 /tests/symmetry_check.c
parente88d38b74704c77e6cb3674d26a4db5a6f6c9160 (diff)
Fix include paths in tests
Diffstat (limited to 'tests/symmetry_check.c')
-rw-r--r--tests/symmetry_check.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/symmetry_check.c b/tests/symmetry_check.c
index abeeae4e..87a093d4 100644
--- a/tests/symmetry_check.c
+++ b/tests/symmetry_check.c
@@ -19,8 +19,8 @@
#include <stdio.h>
#include <stdarg.h>
-#include "../src/symmetry.h"
-#include "../src/utils.h"
+#include <symmetry.h>
+#include <utils.h>
static int is_nonmirror_subgroup(SymOpList *holo, SymOpList *mero)