Use full path for legacyheaders
[alexxy/gromacs.git] / src / gromacs / mdlib / ns.c
index 8d1bfb9247a1cbfd978558988773e96cde31474a..941fd4481cf00ae48499232920ffe7bd0327db48 100644 (file)
 #include <stdlib.h>
 #include <string.h>
 
-#include "macros.h"
+#include "gromacs/legacyheaders/macros.h"
 #include "gromacs/math/utilities.h"
 #include "gromacs/math/vec.h"
-#include "types/commrec.h"
-#include "network.h"
-#include "nsgrid.h"
-#include "force.h"
-#include "nonbonded.h"
-#include "ns.h"
-#include "names.h"
-#include "nrnb.h"
-#include "txtdump.h"
+#include "gromacs/legacyheaders/types/commrec.h"
+#include "gromacs/legacyheaders/network.h"
+#include "gromacs/legacyheaders/nsgrid.h"
+#include "gromacs/legacyheaders/force.h"
+#include "gromacs/legacyheaders/nonbonded.h"
+#include "gromacs/legacyheaders/ns.h"
+#include "gromacs/legacyheaders/names.h"
+#include "gromacs/legacyheaders/nrnb.h"
+#include "gromacs/legacyheaders/txtdump.h"
 #include "gromacs/topology/mtop_util.h"
 
-#include "domdec.h"
+#include "gromacs/legacyheaders/domdec.h"
 #include "adress.h"
 
 #include "gromacs/pbcutil/ishift.h"