X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fgmx_energy.c;h=3319c96e81e0a98a7c0dcc89e7ef2c5d6a58d5eb;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=96a153cf0c08ff075463eb33b7060555a2f060a6;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/gmx_energy.c b/src/gromacs/gmxana/gmx_energy.c index 96a153cf0c..3319c96e81 100644 --- a/src/gromacs/gmxana/gmx_energy.c +++ b/src/gromacs/gmxana/gmx_energy.c @@ -40,25 +40,25 @@ #include #include -#include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/utility/fatalerror.h" -#include "gromacs/math/vec.h" -#include "gromacs/utility/cstringutil.h" -#include "gromacs/utility/smalloc.h" -#include "gromacs/fileio/enxio.h" #include "gromacs/commandline/pargs.h" -#include "gromacs/legacyheaders/names.h" -#include "gromacs/legacyheaders/copyrite.h" -#include "gromacs/legacyheaders/macros.h" -#include "gromacs/fileio/xvgr.h" -#include "gstat.h" -#include "gromacs/math/units.h" +#include "gromacs/fileio/enxio.h" #include "gromacs/fileio/tpxio.h" #include "gromacs/fileio/trxio.h" +#include "gromacs/fileio/xvgr.h" +#include "gromacs/gmxana/gmx_ana.h" +#include "gromacs/gmxana/gstat.h" +#include "gromacs/legacyheaders/copyrite.h" +#include "gromacs/legacyheaders/macros.h" +#include "gromacs/legacyheaders/mdebin.h" +#include "gromacs/legacyheaders/names.h" +#include "gromacs/legacyheaders/typedefs.h" #include "gromacs/legacyheaders/viewit.h" +#include "gromacs/math/units.h" +#include "gromacs/math/vec.h" #include "gromacs/topology/mtop_util.h" -#include "gmx_ana.h" -#include "gromacs/legacyheaders/mdebin.h" +#include "gromacs/utility/cstringutil.h" +#include "gromacs/utility/fatalerror.h" +#include "gromacs/utility/smalloc.h" static real minthird = -1.0/3.0, minsixth = -1.0/6.0;