X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fautocorr.c;h=9b0a13b69103c833f5407b0bd0ca0b38d93344ba;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=5e829a986d6d8884cf267c5869847dcbd80dd91d;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/autocorr.c b/src/gromacs/gmxana/autocorr.c index 5e829a986d..9b0a13b691 100644 --- a/src/gromacs/gmxana/autocorr.c +++ b/src/gromacs/gmxana/autocorr.c @@ -40,16 +40,16 @@ #include #include -#include "gromacs/legacyheaders/macros.h" -#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/correl.h" +#include "gromacs/gmxana/gstat.h" +#include "gromacs/legacyheaders/macros.h" #include "gromacs/legacyheaders/names.h" -#include "gromacs/utility/fatalerror.h" +#include "gromacs/legacyheaders/typedefs.h" #include "gromacs/math/vec.h" -#include "correl.h" +#include "gromacs/utility/fatalerror.h" +#include "gromacs/utility/futil.h" +#include "gromacs/utility/smalloc.h" #define MODE(x) ((mode & (x)) == (x))