Move vec.h to math/
[alexxy/gromacs.git] / src / gromacs / gmxlib / conformation-utilities.c
index b1e318522f945259161e46e04eed149e52643a75..0fa77c9895913995a583a32fa87b475c9da609b3 100644 (file)
@@ -43,7 +43,7 @@
 
 #include <math.h>
 #include "macros.h"
-#include "vec.h"
+#include "gromacs/math/vec.h"
 #include "pbc.h"
 
 static real dist2(t_pbc *pbc, rvec x, rvec y)