Use full path for legacyheaders
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_rms.c
index 3a749a0b7147158884d3b66806200bf69d700208..6fc6c91204d75c8ea73a86e32ec164d179b8ca48 100644 (file)
 #include <stdlib.h>
 
 #include "gromacs/utility/smalloc.h"
-#include "macros.h"
-#include "typedefs.h"
+#include "gromacs/legacyheaders/macros.h"
+#include "gromacs/legacyheaders/typedefs.h"
 #include "gromacs/fileio/xvgr.h"
-#include "copyrite.h"
+#include "gromacs/legacyheaders/copyrite.h"
 #include "gromacs/commandline/pargs.h"
 #include "gromacs/math/vec.h"
 #include "gromacs/topology/index.h"
@@ -55,7 +55,7 @@
 #include "gromacs/fileio/tpxio.h"
 #include "gromacs/fileio/trxio.h"
 #include "cmat.h"
-#include "viewit.h"
+#include "gromacs/legacyheaders/viewit.h"
 #include "gmx_ana.h"
 
 #include "gromacs/math/do_fit.h"