Create fileio module
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_covar.c
index 3826abc60a0cbd6b5d68229bd67e3f8eed218143..bd9d49b28e0f0b5b0b19ac36e645a1b136280052 100644 (file)
 #include "macros.h"
 #include "vec.h"
 #include "pbc.h"
-#include "futil.h"
+#include "gromacs/fileio/futil.h"
 #include "statutil.h"
 #include "index.h"
-#include "confio.h"
-#include "trnio.h"
+#include "gromacs/fileio/confio.h"
+#include "gromacs/fileio/trnio.h"
 #include "mshift.h"
 #include "xvgr.h"
 #include "do_fit.h"
 #include "rmpbc.h"
 #include "txtdump.h"
-#include "matio.h"
+#include "gromacs/fileio/matio.h"
 #include "eigio.h"
 #include "physics.h"
 #include "gmx_ana.h"
 #include "string2.h"
+#include "gromacs/fileio/trxio.h"
 
 #include "gromacs/linearalgebra/eigensolver.h"