X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fgmx_make_ndx.c;h=55dc3ab47b4027dda9599d1634b2d3994fb9d124;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=be16251aefdbd1ded43fa13387901390e7025564;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/gmx_make_ndx.c b/src/gromacs/gmxana/gmx_make_ndx.c index be16251aef..55dc3ab47b 100644 --- a/src/gromacs/gmxana/gmx_make_ndx.c +++ b/src/gromacs/gmxana/gmx_make_ndx.c @@ -39,17 +39,16 @@ #include #include -#include "gromacs/utility/futil.h" -#include "gromacs/legacyheaders/macros.h" +#include "gromacs/commandline/pargs.h" #include "gromacs/fileio/confio.h" +#include "gromacs/legacyheaders/macros.h" #include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/topology/index.h" #include "gromacs/math/vec.h" - -#include "gromacs/commandline/pargs.h" #include "gromacs/topology/block.h" +#include "gromacs/topology/index.h" #include "gromacs/utility/cstringutil.h" #include "gromacs/utility/fatalerror.h" +#include "gromacs/utility/futil.h" #include "gromacs/utility/smalloc.h" /* It's not nice to have size limits, but we should not spend more time