X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fgmx_density.c;h=f74611b940d81c0c1832b47449d222e4bbc24d41;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=43a3180d678f69ba5d2cdae8a48dcc3e29d3a9d2;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/gmx_density.c b/src/gromacs/gmxana/gmx_density.c index 43a3180d67..f74611b940 100644 --- a/src/gromacs/gmxana/gmx_density.c +++ b/src/gromacs/gmxana/gmx_density.c @@ -41,23 +41,21 @@ #include #include -#include "gromacs/utility/cstringutil.h" -#include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/legacyheaders/macros.h" -#include "gstat.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 "gromacs/math/units.h" -#include "gmx_ana.h" -#include "gromacs/legacyheaders/macros.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/typedefs.h" +#include "gromacs/legacyheaders/viewit.h" +#include "gromacs/math/units.h" #include "gromacs/math/vec.h" +#include "gromacs/pbcutil/pbc.h" #include "gromacs/pbcutil/rmpbc.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"