X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fgmx_filter.c;h=cb26f11be0dd05705b2c6955dc73fa5467b0b844;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=4b1909c8a3c28d31e3e3e49eb62f5ffaef164173;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/gmx_filter.c b/src/gromacs/gmxana/gmx_filter.c index 4b1909c8a3..cb26f11be0 100644 --- a/src/gromacs/gmxana/gmx_filter.c +++ b/src/gromacs/gmxana/gmx_filter.c @@ -40,18 +40,17 @@ #include #include "gromacs/commandline/pargs.h" -#include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/utility/smalloc.h" -#include "gromacs/legacyheaders/macros.h" -#include "gromacs/math/vec.h" -#include "gromacs/topology/index.h" #include "gromacs/fileio/tpxio.h" #include "gromacs/fileio/trxio.h" -#include "princ.h" -#include "gromacs/pbcutil/rmpbc.h" -#include "gmx_ana.h" - +#include "gromacs/gmxana/gmx_ana.h" +#include "gromacs/gmxana/princ.h" +#include "gromacs/legacyheaders/macros.h" +#include "gromacs/legacyheaders/typedefs.h" #include "gromacs/math/do_fit.h" +#include "gromacs/math/vec.h" +#include "gromacs/pbcutil/rmpbc.h" +#include "gromacs/topology/index.h" +#include "gromacs/utility/smalloc.h" int gmx_filter(int argc, char *argv[]) {