X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fgmx_wham.cpp;h=7a5b0a4333403b67af100b7fd78fb35d2466949f;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=eea360649502ea108c938eb85dc1fb79f5ec6828;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/gmx_wham.cpp b/src/gromacs/gmxana/gmx_wham.cpp index eea3606495..7a5b0a4333 100644 --- a/src/gromacs/gmxana/gmx_wham.cpp +++ b/src/gromacs/gmxana/gmx_wham.cpp @@ -53,19 +53,18 @@ #include #include "gromacs/commandline/pargs.h" -#include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/utility/smalloc.h" -#include "gromacs/math/vec.h" -#include "gromacs/legacyheaders/copyrite.h" #include "gromacs/fileio/tpxio.h" +#include "gromacs/fileio/xvgr.h" +#include "gromacs/gmxana/gmx_ana.h" +#include "gromacs/legacyheaders/copyrite.h" +#include "gromacs/legacyheaders/macros.h" #include "gromacs/legacyheaders/names.h" +#include "gromacs/legacyheaders/typedefs.h" +#include "gromacs/math/vec.h" #include "gromacs/random/random.h" -#include "gmx_ana.h" -#include "gromacs/legacyheaders/macros.h" #include "gromacs/utility/cstringutil.h" -#include "gromacs/fileio/xvgr.h" - #include "gromacs/utility/fatalerror.h" +#include "gromacs/utility/smalloc.h" //! longest file names allowed in input files #define WHAM_MAXFILELEN 2048