X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fexpfit.c;h=61f9f7699ec8615a5078478faebdbf6cbd51f046;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=b9d57723a104139b486943997ef3f96a97b82dbc;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/expfit.c b/src/gromacs/gmxana/expfit.c index b9d57723a1..61f9f7699e 100644 --- a/src/gromacs/gmxana/expfit.c +++ b/src/gromacs/gmxana/expfit.c @@ -39,14 +39,13 @@ #include #include -#include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/utility/smalloc.h" #include "gromacs/fileio/xvgr.h" -#include "gromacs/utility/futil.h" -#include "gstat.h" +#include "gromacs/gmxana/gstat.h" +#include "gromacs/legacyheaders/typedefs.h" #include "gromacs/math/vec.h" - #include "gromacs/utility/fatalerror.h" +#include "gromacs/utility/futil.h" +#include "gromacs/utility/smalloc.h" const int nfp_ffn[effnNR] = { 0, 1, 2, 3, 2, 5, 7, 9, 4, 3};