X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fgmx_sorient.c;h=a81a8265d581b86020a38cd757e1b369ffa82933;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=5c3781322839f1d5103d5cffd907d6c0f5812851;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/gmx_sorient.c b/src/gromacs/gmxana/gmx_sorient.c index 5c37813228..a81a8265d5 100644 --- a/src/gromacs/gmxana/gmx_sorient.c +++ b/src/gromacs/gmxana/gmx_sorient.c @@ -36,19 +36,18 @@ */ #include "gmxpre.h" -#include "gromacs/legacyheaders/macros.h" -#include "gstat.h" -#include "gromacs/math/vec.h" -#include "gromacs/legacyheaders/viewit.h" -#include "gromacs/pbcutil/pbc.h" -#include "gromacs/topology/index.h" +#include "gromacs/commandline/pargs.h" #include "gromacs/fileio/tpxio.h" #include "gromacs/fileio/trxio.h" -#include "gmx_ana.h" - -#include "gromacs/commandline/pargs.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/viewit.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/smalloc.h"