Move vec.h to math/
[alexxy/gromacs.git] / src / gromacs / gmxlib / mvdata.c
index 329631ae26e76bc411c26cbfe9dc103bab826802..398d800e4f08047ac2ae502a095cb0f1db7598bf 100644 (file)
@@ -49,7 +49,7 @@
 #include "gromacs/utility/smalloc.h"
 #include "gromacs/utility/fatalerror.h"
 #include "symtab.h"
-#include "vec.h"
+#include "gromacs/math/vec.h"
 #include "tgroup.h"
 
 #define   block_bc(cr,   d) gmx_bcast(     sizeof(d),     &(d), (cr))