X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fgmx_helixorient.c;h=7946fd306f844b724bfcbee13d6c4ad5cb36b094;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=dfd3a1f7cfc7c7bc2948a523db111fde4433f370;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/gmx_helixorient.c b/src/gromacs/gmxana/gmx_helixorient.c index dfd3a1f7cf..7946fd306f 100644 --- a/src/gromacs/gmxana/gmx_helixorient.c +++ b/src/gromacs/gmxana/gmx_helixorient.c @@ -38,19 +38,18 @@ #include -#include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/legacyheaders/macros.h" -#include "gromacs/math/vec.h" -#include "gromacs/topology/index.h" -#include "gstat.h" -#include "gmx_ana.h" - #include "gromacs/commandline/pargs.h" #include "gromacs/fileio/trxio.h" #include "gromacs/fileio/xvgr.h" +#include "gromacs/gmxana/gmx_ana.h" +#include "gromacs/gmxana/gstat.h" +#include "gromacs/legacyheaders/macros.h" +#include "gromacs/legacyheaders/typedefs.h" #include "gromacs/math/do_fit.h" +#include "gromacs/math/vec.h" #include "gromacs/pbcutil/pbc.h" #include "gromacs/pbcutil/rmpbc.h" +#include "gromacs/topology/index.h" #include "gromacs/utility/fatalerror.h" #include "gromacs/utility/futil.h" #include "gromacs/utility/smalloc.h"