X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fhxprops.c;h=57acd55c76bb653afecbbfb0d9a0261cb011b382;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=bad612044ae8d1f41bf1e256b75b72bcccee1e54;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/hxprops.c b/src/gromacs/gmxana/hxprops.c index bad612044a..57acd55c76 100644 --- a/src/gromacs/gmxana/hxprops.c +++ b/src/gromacs/gmxana/hxprops.c @@ -36,19 +36,19 @@ */ #include "gmxpre.h" +#include "hxprops.h" + #include #include -#include "gromacs/legacyheaders/typedefs.h" +#include "gromacs/bonded/bonded.h" #include "gromacs/legacyheaders/macros.h" +#include "gromacs/legacyheaders/typedefs.h" #include "gromacs/math/units.h" #include "gromacs/math/vec.h" #include "gromacs/topology/index.h" -#include "hxprops.h" -#include "gromacs/utility/smalloc.h" - -#include "gromacs/bonded/bonded.h" #include "gromacs/utility/fatalerror.h" +#include "gromacs/utility/smalloc.h" real ellipticity(int nres, t_bb bb[]) {