Use full path for legacyheaders
[alexxy/gromacs.git] / src / gromacs / mdlib / vcm.c
index 28581617036d43f4fef9e2c5e466a187c571c237..0bf1083d54ec2a88351dd9a53adc987703e1c149 100644 (file)
 /* This file is completely threadsafe - keep it that way! */
 #include "config.h"
 
-#include "macros.h"
-#include "vcm.h"
+#include "gromacs/legacyheaders/macros.h"
+#include "gromacs/legacyheaders/vcm.h"
 #include "gromacs/math/vec.h"
 #include "gromacs/utility/smalloc.h"
-#include "names.h"
-#include "txtdump.h"
-#include "network.h"
+#include "gromacs/legacyheaders/names.h"
+#include "gromacs/legacyheaders/txtdump.h"
+#include "gromacs/legacyheaders/network.h"
 #include "gromacs/pbcutil/pbc.h"
 
 t_vcm *init_vcm(FILE *fp, gmx_groups_t *groups, t_inputrec *ir)