X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fmdlib%2Fstat.c;h=280237f2150348287bc9667cbf550c0c13a65005;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=e0d2ee19c60aef83fb58f280b28ab7ef5711709b;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/mdlib/stat.c b/src/gromacs/mdlib/stat.c index e0d2ee19c6..280237f215 100644 --- a/src/gromacs/mdlib/stat.c +++ b/src/gromacs/mdlib/stat.c @@ -36,32 +36,32 @@ */ #include "gmxpre.h" -#include #include -#include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/legacyheaders/types/commrec.h" -#include "gromacs/utility/fatalerror.h" -#include "gromacs/legacyheaders/network.h" -#include "gromacs/legacyheaders/txtdump.h" -#include "gromacs/legacyheaders/names.h" -#include "gromacs/math/vec.h" -#include "gromacs/math/utilities.h" -#include "gromacs/legacyheaders/force.h" -#include "gromacs/legacyheaders/vcm.h" -#include "gromacs/utility/smalloc.h" -#include "gromacs/utility/futil.h" -#include "gromacs/legacyheaders/network.h" -#include "gromacs/legacyheaders/rbin.h" -#include "gromacs/legacyheaders/tgroup.h" -#include "gromacs/fileio/xtcio.h" +#include + #include "gromacs/fileio/gmxfio.h" #include "gromacs/fileio/trnio.h" -#include "gromacs/legacyheaders/domdec.h" -#include "gromacs/legacyheaders/constr.h" +#include "gromacs/fileio/xtcio.h" #include "gromacs/legacyheaders/checkpoint.h" +#include "gromacs/legacyheaders/constr.h" +#include "gromacs/legacyheaders/domdec.h" +#include "gromacs/legacyheaders/force.h" #include "gromacs/legacyheaders/md_support.h" #include "gromacs/legacyheaders/mdrun.h" +#include "gromacs/legacyheaders/names.h" +#include "gromacs/legacyheaders/network.h" +#include "gromacs/legacyheaders/rbin.h" #include "gromacs/legacyheaders/sim_util.h" +#include "gromacs/legacyheaders/tgroup.h" +#include "gromacs/legacyheaders/txtdump.h" +#include "gromacs/legacyheaders/typedefs.h" +#include "gromacs/legacyheaders/vcm.h" +#include "gromacs/legacyheaders/types/commrec.h" +#include "gromacs/math/utilities.h" +#include "gromacs/math/vec.h" +#include "gromacs/utility/fatalerror.h" +#include "gromacs/utility/futil.h" +#include "gromacs/utility/smalloc.h" typedef struct gmx_global_stat {