Use full path for legacyheaders
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_anaeig.c
index 6cef5adfeae9d6d1cc5a904c06f7c813a2e9e7a2..4f5bab13888f96f4279428ed571a00cb3ea2fc72 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/utility/fatalerror.h"
 #include "gromacs/math/vec.h"
 #include "gromacs/utility/futil.h"
@@ -54,9 +54,9 @@
 #include "gromacs/fileio/trxio.h"
 #include "gromacs/fileio/matio.h"
 #include "gromacs/fileio/xvgr.h"
-#include "viewit.h"
+#include "gromacs/legacyheaders/viewit.h"
 #include "gromacs/pbcutil/rmpbc.h"
-#include "txtdump.h"
+#include "gromacs/legacyheaders/txtdump.h"
 #include "eigio.h"
 #include "gromacs/math/units.h"
 #include "gmx_ana.h"