X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fgmx_mk_angndx.c;h=21af93c9b029f207ab2f0c25c7cf115abd9dd240;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=d27546891a013354a37e9a8c2e310471843c02f3;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/gmx_mk_angndx.c b/src/gromacs/gmxana/gmx_mk_angndx.c index d27546891a..21af93c9b0 100644 --- a/src/gromacs/gmxana/gmx_mk_angndx.c +++ b/src/gromacs/gmxana/gmx_mk_angndx.c @@ -37,13 +37,14 @@ #include "gmxpre.h" #include -#include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/utility/smalloc.h" + #include "gromacs/commandline/pargs.h" +#include "gromacs/fileio/trxio.h" #include "gromacs/legacyheaders/macros.h" -#include "gromacs/utility/futil.h" +#include "gromacs/legacyheaders/typedefs.h" #include "gromacs/utility/fatalerror.h" -#include "gromacs/fileio/trxio.h" +#include "gromacs/utility/futil.h" +#include "gromacs/utility/smalloc.h" static int calc_ntype(int nft, int *ft, t_idef *idef) {