X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fgmx_spatial.c;h=600608d2e322611aba964abde422bf08db57bc9b;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=4eb86003d4e6c0b8ba8dc112c019fbbae7b65028;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/gmx_spatial.c b/src/gromacs/gmxana/gmx_spatial.c index 4eb86003d4..600608d2e3 100644 --- a/src/gromacs/gmxana/gmx_spatial.c +++ b/src/gromacs/gmxana/gmx_spatial.c @@ -38,16 +38,16 @@ #include #include "gromacs/commandline/pargs.h" -#include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/utility/smalloc.h" -#include "gromacs/math/vec.h" #include "gromacs/fileio/tpxio.h" #include "gromacs/fileio/trxio.h" -#include "gromacs/topology/index.h" +#include "gromacs/gmxana/gmx_ana.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 "gmx_ana.h" -#include "gromacs/legacyheaders/macros.h" +#include "gromacs/topology/index.h" +#include "gromacs/utility/smalloc.h" static const double bohr = 0.529177249; /* conversion factor to compensate for VMD plugin conversion... */