Create fileio module
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_dos.c
index f2989b126ea99b7f988ae8bf78319ffded1dbead..830a3d0537c0ed9bc4fa9186e8be565d24ed34ca 100644 (file)
 #include <stdio.h>
 #include <math.h>
 
-#include "confio.h"
+#include "gromacs/fileio/confio.h"
 #include "copyrite.h"
 #include "gmx_fatal.h"
-#include "futil.h"
+#include "gromacs/fileio/futil.h"
 #include "gstat.h"
 #include "macros.h"
 #include "maths.h"
@@ -59,6 +59,7 @@
 #include "correl.h"
 #include "gmx_ana.h"
 #include "gromacs/fft/fft.h"
+#include "gromacs/fileio/trxio.h"
 
 enum {
     VACF, MVACF, DOS, DOS_SOLID, DOS_DIFF, DOS_CP, DOS_S, DOS_A, DOS_E, DOS_NR