Use full path for legacyheaders
[alexxy/gromacs.git] / src / programs / mdrun / pme_loadbal.c
index 75c6c789179fb2ceb8ec9132ab16ec6297c40ce2..a24e45bc3d9c2d7119d88ec93a4e4ed5dda5481f 100644 (file)
  */
 #include "config.h"
 
-#include "types/commrec.h"
-#include "network.h"
-#include "calcgrid.h"
-#include "pme.h"
-#include "domdec.h"
+#include "gromacs/legacyheaders/types/commrec.h"
+#include "gromacs/legacyheaders/network.h"
+#include "gromacs/legacyheaders/calcgrid.h"
+#include "gromacs/legacyheaders/pme.h"
+#include "gromacs/legacyheaders/domdec.h"
 #include "gromacs/mdlib/nbnxn_cuda/nbnxn_cuda_data_mgmt.h"
-#include "force.h"
-#include "macros.h"
-#include "md_logging.h"
+#include "gromacs/legacyheaders/force.h"
+#include "gromacs/legacyheaders/macros.h"
+#include "gromacs/legacyheaders/md_logging.h"
 #include "pme_loadbal.h"
 
 #include "gromacs/math/vec.h"