X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fgmx_disre.c;h=e6d0f2985417e46b78b1f854d0bcf624245e5e8b;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=d7e1dd8af8e04a5a8ab76444975d9f3908da4a0f;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/gmx_disre.c b/src/gromacs/gmxana/gmx_disre.c index d7e1dd8af8..e6d0f29854 100644 --- a/src/gromacs/gmxana/gmx_disre.c +++ b/src/gromacs/gmxana/gmx_disre.c @@ -40,34 +40,33 @@ #include #include -#include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/legacyheaders/macros.h" -#include "gromacs/pbcutil/mshift.h" -#include "gromacs/legacyheaders/viewit.h" +#include "gromacs/commandline/pargs.h" #include "gromacs/fileio/confio.h" -#include "gromacs/legacyheaders/nrnb.h" +#include "gromacs/fileio/matio.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" +#include "gromacs/gmxana/gstat.h" #include "gromacs/legacyheaders/disre.h" #include "gromacs/legacyheaders/force.h" -#include "gstat.h" +#include "gromacs/legacyheaders/macros.h" #include "gromacs/legacyheaders/main.h" -#include "gromacs/fileio/pdbio.h" -#include "gromacs/topology/index.h" #include "gromacs/legacyheaders/mdatoms.h" -#include "gromacs/fileio/tpxio.h" -#include "gromacs/fileio/trxio.h" #include "gromacs/legacyheaders/mdrun.h" #include "gromacs/legacyheaders/names.h" -#include "gromacs/topology/mtop_util.h" -#include "gmx_ana.h" - -#include "gromacs/commandline/pargs.h" -#include "gromacs/fileio/matio.h" -#include "gromacs/fileio/xvgr.h" +#include "gromacs/legacyheaders/nrnb.h" +#include "gromacs/legacyheaders/typedefs.h" +#include "gromacs/legacyheaders/viewit.h" #include "gromacs/math/do_fit.h" #include "gromacs/math/vec.h" #include "gromacs/pbcutil/ishift.h" +#include "gromacs/pbcutil/mshift.h" #include "gromacs/pbcutil/pbc.h" #include "gromacs/pbcutil/rmpbc.h" +#include "gromacs/topology/index.h" +#include "gromacs/topology/mtop_util.h" #include "gromacs/utility/fatalerror.h" #include "gromacs/utility/smalloc.h"