Use full path for legacyheaders
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_trjorder.c
index 7c42d2be3d5467d9c787b5737109db6a37f6e798..beb76289fdb52716b5cec05cbcbc174c8d42fa5e 100644 (file)
@@ -41,9 +41,9 @@
 #include <string.h>
 
 #include "gromacs/commandline/pargs.h"
-#include "typedefs.h"
+#include "gromacs/legacyheaders/typedefs.h"
 #include "gromacs/utility/smalloc.h"
-#include "macros.h"
+#include "gromacs/legacyheaders/macros.h"
 #include "gromacs/math/vec.h"
 #include "gromacs/pbcutil/pbc.h"
 #include "gromacs/utility/futil.h"
@@ -51,7 +51,7 @@
 #include "gromacs/fileio/xvgr.h"
 
 #include "gromacs/pbcutil/rmpbc.h"
-#include "txtdump.h"
+#include "gromacs/legacyheaders/txtdump.h"
 #include "gromacs/fileio/tpxio.h"
 #include "gromacs/fileio/trxio.h"
 #include "gmx_ana.h"