Move read_tps_conf() to confio.h
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_rmsf.c
index 8cb4bf99a99de389b763652e94a38b28cbc79a9b..223a1d7d5995684f3ace3de3cb19a4dfedb0b48d 100644 (file)
@@ -41,7 +41,6 @@
 #include "gromacs/commandline/pargs.h"
 #include "gromacs/fileio/confio.h"
 #include "gromacs/fileio/pdbio.h"
-#include "gromacs/fileio/tpxio.h"
 #include "gromacs/fileio/trxio.h"
 #include "gromacs/fileio/xvgr.h"
 #include "gromacs/gmxana/gmx_ana.h"
@@ -225,7 +224,6 @@ int gmx_rmsf(int argc, char *argv[])
     int              step, nre, natoms, i, g, m, teller = 0;
     real             t, lambda, *w_rls, *w_rms;
 
-    t_tpxheader      header;
     t_inputrec       ir;
     t_topology       top;
     int              ePBC;