X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fgmx_editconf.c;h=02069c9945bc1408e8716b7724899fa341416125;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=abe79cb071fbe1d88efcc0525130e13c2f735e20;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/gmx_editconf.c b/src/gromacs/gmxana/gmx_editconf.c index abe79cb071..02069c9945 100644 --- a/src/gromacs/gmxana/gmx_editconf.c +++ b/src/gromacs/gmxana/gmx_editconf.c @@ -39,26 +39,25 @@ #include #include -#include "gromacs/fileio/pdbio.h" +#include "gromacs/commandline/pargs.h" #include "gromacs/fileio/confio.h" -#include "gromacs/legacyheaders/macros.h" +#include "gromacs/fileio/pdbio.h" #include "gromacs/fileio/strdb.h" -#include "gromacs/topology/index.h" -#include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/gmxlib/conformation-utilities.h" -#include "gromacs/math/units.h" #include "gromacs/fileio/tpxio.h" #include "gromacs/fileio/trxio.h" -#include "princ.h" +#include "gromacs/gmxana/gmx_ana.h" +#include "gromacs/gmxana/princ.h" +#include "gromacs/gmxlib/conformation-utilities.h" +#include "gromacs/legacyheaders/macros.h" #include "gromacs/legacyheaders/txtdump.h" +#include "gromacs/legacyheaders/typedefs.h" #include "gromacs/legacyheaders/viewit.h" -#include "gmx_ana.h" - -#include "gromacs/commandline/pargs.h" +#include "gromacs/math/units.h" #include "gromacs/math/vec.h" #include "gromacs/pbcutil/pbc.h" #include "gromacs/pbcutil/rmpbc.h" #include "gromacs/topology/atomprop.h" +#include "gromacs/topology/index.h" #include "gromacs/utility/fatalerror.h" #include "gromacs/utility/smalloc.h"