X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fgmx_densorder.cpp;h=99f68079920b4084ee6dfc0173034af85a1b4511;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=5d8a8d9bb16a67e4226cdee03ce8964541d10bb2;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/gmx_densorder.cpp b/src/gromacs/gmxana/gmx_densorder.cpp index 5d8a8d9bb1..99f6807992 100644 --- a/src/gromacs/gmxana/gmx_densorder.cpp +++ b/src/gromacs/gmxana/gmx_densorder.cpp @@ -38,29 +38,28 @@ #include #include -#include "gromacs/utility/cstringutil.h" -#include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/legacyheaders/macros.h" -#include "gstat.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 "gromacs/math/units.h" -#include "dens_filter.h" -#include "binsearch.h" -#include "powerspect.h" -#include "gmx_ana.h" -#include "gromacs/legacyheaders/copyrite.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/dens_filter.h" +#include "gromacs/gmxana/gmx_ana.h" +#include "gromacs/gmxana/gstat.h" +#include "gromacs/gmxana/powerspect.h" +#include "gromacs/legacyheaders/copyrite.h" +#include "gromacs/legacyheaders/macros.h" +#include "gromacs/legacyheaders/typedefs.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/exceptions.h" #include "gromacs/utility/fatalerror.h" +#include "gromacs/utility/futil.h" #include "gromacs/utility/smalloc.h" #ifdef GMX_DOUBLE