X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fmdlib%2Fvsite.c;h=984426f3192584e255eb9ddcd0110f13c70cb671;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=a9df773ec2d081f7718e60f61ce4c9f4615b72e3;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/mdlib/vsite.c b/src/gromacs/mdlib/vsite.c index a9df773ec2..984426f319 100644 --- a/src/gromacs/mdlib/vsite.c +++ b/src/gromacs/mdlib/vsite.c @@ -36,22 +36,22 @@ */ #include "gmxpre.h" +#include "gromacs/legacyheaders/vsite.h" + #include -#include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/legacyheaders/types/commrec.h" -#include "gromacs/legacyheaders/vsite.h" +#include "gromacs/legacyheaders/domdec.h" +#include "gromacs/legacyheaders/gmx_omp_nthreads.h" #include "gromacs/legacyheaders/macros.h" +#include "gromacs/legacyheaders/network.h" #include "gromacs/legacyheaders/nrnb.h" +#include "gromacs/legacyheaders/typedefs.h" +#include "gromacs/legacyheaders/types/commrec.h" #include "gromacs/math/vec.h" -#include "gromacs/legacyheaders/network.h" -#include "gromacs/legacyheaders/domdec.h" -#include "gromacs/topology/mtop_util.h" -#include "gromacs/legacyheaders/gmx_omp_nthreads.h" - #include "gromacs/pbcutil/ishift.h" #include "gromacs/pbcutil/mshift.h" #include "gromacs/pbcutil/pbc.h" +#include "gromacs/topology/mtop_util.h" #include "gromacs/utility/gmxomp.h" #include "gromacs/utility/smalloc.h"