Use full path for legacyheaders
[alexxy/gromacs.git] / src / gromacs / mdlib / nsgrid.c
index 5369fbca074432f26d0b11c7d638347b581c67a9..6d564c49c14df1c013a8f9e4deff4cd14ffdff93 100644 (file)
 
 #include <stdlib.h>
 
-#include "typedefs.h"
-#include "types/commrec.h"
-#include "macros.h"
+#include "gromacs/legacyheaders/typedefs.h"
+#include "gromacs/legacyheaders/types/commrec.h"
+#include "gromacs/legacyheaders/macros.h"
 #include "gromacs/utility/smalloc.h"
-#include "nsgrid.h"
+#include "gromacs/legacyheaders/nsgrid.h"
 #include "gromacs/utility/fatalerror.h"
 #include "gromacs/math/vec.h"
-#include "network.h"
-#include "domdec.h"
+#include "gromacs/legacyheaders/network.h"
+#include "gromacs/legacyheaders/domdec.h"
 #include "gromacs/pbcutil/pbc.h"
 #include <stdio.h>
 #include "gromacs/utility/futil.h"