Use full path for legacyheaders
[alexxy/gromacs.git] / src / gromacs / mdlib / groupcoord.c
index b5d36a228ab68c1726828350f7cbdf660204a2d1..114ca33dd9760fab8c0097fab95231e8ee85c7b6 100644 (file)
 
 
 #include "groupcoord.h"
-#include "network.h"
+#include "gromacs/legacyheaders/network.h"
 #include "gromacs/pbcutil/pbc.h"
 #include "gromacs/math/vec.h"
 #include "gromacs/utility/smalloc.h"
-#include "gmx_ga2la.h"
+#include "gromacs/legacyheaders/gmx_ga2la.h"
 
 #define MIN(a, b) (((a) < (b)) ? (a) : (b))