X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fgmx_rmsf.c;h=223a1d7d5995684f3ace3de3cb19a4dfedb0b48d;hb=87992126dd5b43f3e00415d07967b99f792a4527;hp=8cb4bf99a99de389b763652e94a38b28cbc79a9b;hpb=d8baf1881edfb32f50fbfb5a7e8add2c058f1006;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/gmx_rmsf.c b/src/gromacs/gmxana/gmx_rmsf.c index 8cb4bf99a9..223a1d7d59 100644 --- a/src/gromacs/gmxana/gmx_rmsf.c +++ b/src/gromacs/gmxana/gmx_rmsf.c @@ -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;