X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fgmx_hydorder.c;h=37038b0af4cddef9acaec5e815272eeb6df09eab;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=74de61fc814fb52841ea9ed6de793e4746d36b2a;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/gmx_hydorder.c b/src/gromacs/gmxana/gmx_hydorder.c index 74de61fc81..37038b0af4 100644 --- a/src/gromacs/gmxana/gmx_hydorder.c +++ b/src/gromacs/gmxana/gmx_hydorder.c @@ -38,23 +38,22 @@ #include #include -#include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/legacyheaders/macros.h" -#include "gstat.h" -#include "gromacs/math/vec.h" -#include "gromacs/pbcutil/pbc.h" -#include "gromacs/utility/futil.h" -#include "gromacs/topology/index.h" -#include "gromacs/fileio/tpxio.h" -#include "gromacs/fileio/trxio.h" -#include "binsearch.h" -#include "powerspect.h" - #include "gromacs/commandline/pargs.h" #include "gromacs/fileio/matio.h" +#include "gromacs/fileio/tpxio.h" +#include "gromacs/fileio/trxio.h" #include "gromacs/fileio/xvgr.h" +#include "gromacs/gmxana/binsearch.h" +#include "gromacs/gmxana/gstat.h" +#include "gromacs/gmxana/powerspect.h" +#include "gromacs/legacyheaders/macros.h" +#include "gromacs/legacyheaders/typedefs.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" /* Print name of first atom in all groups in index file */