X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fmdlib%2Fdomdec_con.c;h=e538a6a5049a1a42de32e63849088b85bc15534e;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=e83c16930ef29fae671a8d06f30309959cfb0e56;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/mdlib/domdec_con.c b/src/gromacs/mdlib/domdec_con.c index e83c16930e..e538a6a504 100644 --- a/src/gromacs/mdlib/domdec_con.c +++ b/src/gromacs/mdlib/domdec_con.c @@ -37,18 +37,17 @@ #include -#include "gromacs/math/vec.h" #include "gromacs/legacyheaders/constr.h" -#include "gromacs/legacyheaders/types/commrec.h" #include "gromacs/legacyheaders/domdec.h" #include "gromacs/legacyheaders/domdec_network.h" -#include "gromacs/topology/mtop_util.h" #include "gromacs/legacyheaders/gmx_ga2la.h" #include "gromacs/legacyheaders/gmx_hash.h" #include "gromacs/legacyheaders/gmx_omp_nthreads.h" #include "gromacs/legacyheaders/macros.h" - +#include "gromacs/legacyheaders/types/commrec.h" +#include "gromacs/math/vec.h" #include "gromacs/pbcutil/ishift.h" +#include "gromacs/topology/mtop_util.h" #include "gromacs/utility/fatalerror.h" #include "gromacs/utility/smalloc.h"