Index: tests/vector_math/vec2_double.cfa
===================================================================
--- tests/vector_math/vec2_double.cfa	(revision 9b026f1dbc3026997339356f6745d77521eb933c)
+++ tests/vector_math/vec2_double.cfa	(revision bdfc0321152dff26f371dfef5322533b5cdd57dc)
@@ -1,3 +1,3 @@
-#include "../../libcfa/src/vec/vec2.hfa"
+#include <vec/vec2.hfa>
 #include <fstream.hfa>
 #include <limits.hfa>
Index: tests/vector_math/vec2_float.cfa
===================================================================
--- tests/vector_math/vec2_float.cfa	(revision 9b026f1dbc3026997339356f6745d77521eb933c)
+++ tests/vector_math/vec2_float.cfa	(revision bdfc0321152dff26f371dfef5322533b5cdd57dc)
@@ -1,3 +1,3 @@
-#include "../../libcfa/src/vec/vec2.hfa"
+#include <vec/vec2.hfa>
 #include <fstream.hfa>
 
Index: tests/vector_math/vec2_int.cfa
===================================================================
--- tests/vector_math/vec2_int.cfa	(revision 9b026f1dbc3026997339356f6745d77521eb933c)
+++ tests/vector_math/vec2_int.cfa	(revision bdfc0321152dff26f371dfef5322533b5cdd57dc)
@@ -1,3 +1,3 @@
-#include "../../libcfa/src/vec/vec2.hfa"
+#include <vec/vec2.hfa>
 #include <fstream.hfa>
 #include <limits.hfa>
Index: tests/vector_math/vec2_ldouble.cfa
===================================================================
--- tests/vector_math/vec2_ldouble.cfa	(revision 9b026f1dbc3026997339356f6745d77521eb933c)
+++ tests/vector_math/vec2_ldouble.cfa	(revision bdfc0321152dff26f371dfef5322533b5cdd57dc)
@@ -1,3 +1,3 @@
-#include "../../libcfa/src/vec/vec2.hfa"
+#include <vec/vec2.hfa>
 #include <fstream.hfa>
 #include <limits.hfa>
Index: tests/vector_math/vec2_uint.cfa
===================================================================
--- tests/vector_math/vec2_uint.cfa	(revision 9b026f1dbc3026997339356f6745d77521eb933c)
+++ tests/vector_math/vec2_uint.cfa	(revision bdfc0321152dff26f371dfef5322533b5cdd57dc)
@@ -1,3 +1,3 @@
-#include "../../libcfa/src/vec/vec2.hfa"
+#include <vec/vec2.hfa>
 #include <fstream.hfa>
 #include <limits.hfa>
Index: tests/vector_math/vec3_float.cfa
===================================================================
--- tests/vector_math/vec3_float.cfa	(revision 9b026f1dbc3026997339356f6745d77521eb933c)
+++ tests/vector_math/vec3_float.cfa	(revision bdfc0321152dff26f371dfef5322533b5cdd57dc)
@@ -1,3 +1,3 @@
-#include "../../libcfa/src/vec/vec3.hfa"
+#include <vec/vec3.hfa>
 #include <fstream.hfa>
 
Index: tests/vector_math/vec3_int.cfa
===================================================================
--- tests/vector_math/vec3_int.cfa	(revision 9b026f1dbc3026997339356f6745d77521eb933c)
+++ tests/vector_math/vec3_int.cfa	(revision bdfc0321152dff26f371dfef5322533b5cdd57dc)
@@ -1,3 +1,3 @@
-#include "../../libcfa/src/vec/vec3.hfa"
+#include <vec/vec3.hfa>
 #include <fstream.hfa>
 #include <limits.hfa>
Index: tests/vector_math/vec4_float.cfa
===================================================================
--- tests/vector_math/vec4_float.cfa	(revision 9b026f1dbc3026997339356f6745d77521eb933c)
+++ tests/vector_math/vec4_float.cfa	(revision bdfc0321152dff26f371dfef5322533b5cdd57dc)
@@ -1,3 +1,3 @@
-#include "../../libcfa/src/vec/vec4.hfa"
+#include <vec/vec4.hfa>
 #include <fstream.hfa>
 
Index: tests/vector_math/vec4_int.cfa
===================================================================
--- tests/vector_math/vec4_int.cfa	(revision 9b026f1dbc3026997339356f6745d77521eb933c)
+++ tests/vector_math/vec4_int.cfa	(revision bdfc0321152dff26f371dfef5322533b5cdd57dc)
@@ -1,3 +1,3 @@
-#include "../../libcfa/src/vec/vec4.hfa"
+#include <vec/vec4.hfa>
 #include <fstream.hfa>
 #include <limits.hfa>
