X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fgmx_nmeig.c;h=eb727c8fa2ef8ac41d81311b0f3b5162fbc83884;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=519f44a3bfe3d5ca8de21d2c2b214cd9a302d77e;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/gmx_nmeig.c b/src/gromacs/gmxana/gmx_nmeig.c index 519f44a3bf..eb727c8fa2 100644 --- a/src/gromacs/gmxana/gmx_nmeig.c +++ b/src/gromacs/gmxana/gmx_nmeig.c @@ -39,23 +39,22 @@ #include #include -#include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/legacyheaders/macros.h" -#include "gromacs/legacyheaders/copyrite.h" -#include "gromacs/utility/futil.h" -#include "gstat.h" -#include "gromacs/legacyheaders/txtdump.h" -#include "eigio.h" -#include "gromacs/topology/mtop_util.h" -#include "gromacs/math/units.h" -#include "gmx_ana.h" - #include "gromacs/commandline/pargs.h" #include "gromacs/fileio/mtxio.h" #include "gromacs/fileio/xvgr.h" +#include "gromacs/gmxana/eigio.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/txtdump.h" +#include "gromacs/legacyheaders/typedefs.h" #include "gromacs/linearalgebra/eigensolver.h" #include "gromacs/linearalgebra/sparsematrix.h" +#include "gromacs/math/units.h" #include "gromacs/math/vec.h" +#include "gromacs/topology/mtop_util.h" +#include "gromacs/utility/futil.h" #include "gromacs/utility/smalloc.h" static double cv_corr(double nu, double T)