Use full path for legacyheaders
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_rdf.c
index 00f663084bf4b51c0bacb50163205f01cfda3417..3b44647147e1e839a054a7b48faacc89ccefe87a 100644 (file)
 
 #include <math.h>
 
-#include "typedefs.h"
-#include "macros.h"
+#include "gromacs/legacyheaders/typedefs.h"
+#include "gromacs/legacyheaders/macros.h"
 #include "gromacs/math/vec.h"
 #include "gromacs/pbcutil/pbc.h"
-#include "viewit.h"
+#include "gromacs/legacyheaders/viewit.h"
 #include "gromacs/utility/futil.h"
 #include "gromacs/fileio/tpxio.h"
 #include "gromacs/fileio/trxio.h"
 #include "gromacs/topology/index.h"
-#include "nrnb.h"
-#include "coulomb.h"
+#include "gromacs/legacyheaders/nrnb.h"
+#include "gromacs/legacyheaders/coulomb.h"
 #include "gstat.h"
 #include "gmx_ana.h"
-#include "names.h"
+#include "gromacs/legacyheaders/names.h"
 
 #include "gromacs/commandline/pargs.h"
 #include "gromacs/fileio/xvgr.h"