Move vec.h to math/
[alexxy/gromacs.git] / src / gromacs / gmxana / dens_filter.c
index 585422bde3626d1b9389954ddc4129349bfd44b1..571c18f974e7fa9942ff2b8e607abcf90ac608ef 100644 (file)
@@ -44,7 +44,7 @@
 #include "typedefs.h"
 #include "dens_filter.h"
 #include "gromacs/utility/smalloc.h"
-#include "vec.h"
+#include "gromacs/math/vec.h"
 
 #ifdef GMX_DOUBLE
 #define EXP(x) (exp(x))