Use full path for legacyheaders
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_disre.c
index 377905292f89b4bb471c7908b44b7be8225c31f5..ac43e495a4a32849a9c31b13c7e1c35ea199786a 100644 (file)
 #include <stdlib.h>
 #include <string.h>
 
-#include "typedefs.h"
-#include "macros.h"
+#include "gromacs/legacyheaders/typedefs.h"
+#include "gromacs/legacyheaders/macros.h"
 #include "gromacs/pbcutil/mshift.h"
-#include "viewit.h"
+#include "gromacs/legacyheaders/viewit.h"
 #include "gromacs/fileio/confio.h"
-#include "nrnb.h"
-#include "disre.h"
-#include "force.h"
+#include "gromacs/legacyheaders/nrnb.h"
+#include "gromacs/legacyheaders/disre.h"
+#include "gromacs/legacyheaders/force.h"
 #include "gstat.h"
-#include "main.h"
+#include "gromacs/legacyheaders/main.h"
 #include "gromacs/fileio/pdbio.h"
 #include "gromacs/topology/index.h"
-#include "mdatoms.h"
+#include "gromacs/legacyheaders/mdatoms.h"
 #include "gromacs/fileio/tpxio.h"
 #include "gromacs/fileio/trxio.h"
-#include "mdrun.h"
-#include "names.h"
+#include "gromacs/legacyheaders/mdrun.h"
+#include "gromacs/legacyheaders/names.h"
 #include "gromacs/topology/mtop_util.h"
 #include "gmx_ana.h"