X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fmdlib%2Fgroupcoord.cpp;h=b02f852374416c8ab629f037aa3e2734c49cca8c;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=17d3f713b1e8aabadd9fe817f3569da95ae96abd;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/mdlib/groupcoord.cpp b/src/gromacs/mdlib/groupcoord.cpp index 17d3f713b1..b02f852374 100644 --- a/src/gromacs/mdlib/groupcoord.cpp +++ b/src/gromacs/mdlib/groupcoord.cpp @@ -37,11 +37,12 @@ #include "gmxpre.h" #include "groupcoord.h" + +#include "gromacs/legacyheaders/gmx_ga2la.h" #include "gromacs/legacyheaders/network.h" -#include "gromacs/pbcutil/pbc.h" #include "gromacs/math/vec.h" +#include "gromacs/pbcutil/pbc.h" #include "gromacs/utility/smalloc.h" -#include "gromacs/legacyheaders/gmx_ga2la.h" #define MIN(a, b) (((a) < (b)) ? (a) : (b))