Use full path for legacyheaders
[alexxy/gromacs.git] / src / gromacs / mdlib / tgroup.c
index 680ce50e7942a64e67125149552bf840203b9a65..dece3b06c967d0602edbdce1a8fecd6914a02c67 100644 (file)
 
 
 #include <math.h>
-#include "macros.h"
+#include "gromacs/legacyheaders/macros.h"
 #include "gromacs/utility/smalloc.h"
 #include "gromacs/utility/futil.h"
-#include "tgroup.h"
+#include "gromacs/legacyheaders/tgroup.h"
 #include "gromacs/math/vec.h"
-#include "network.h"
-#include "update.h"
-#include "rbin.h"
+#include "gromacs/legacyheaders/network.h"
+#include "gromacs/legacyheaders/update.h"
+#include "gromacs/legacyheaders/rbin.h"
 #include "gromacs/topology/mtop_util.h"
-#include "gmx_omp_nthreads.h"
+#include "gromacs/legacyheaders/gmx_omp_nthreads.h"
 
 static void init_grptcstat(int ngtc, t_grp_tcstat tcstat[])
 {