X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fcorrel.c;h=a8c8c430ff8a005ea59f8eddfe9293a59a86d5a6;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=b223ad0adb1b5339a387436880b009f15aac2054;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/correl.c b/src/gromacs/gmxana/correl.c index b223ad0adb..a8c8c430ff 100644 --- a/src/gromacs/gmxana/correl.c +++ b/src/gromacs/gmxana/correl.c @@ -37,13 +37,14 @@ #include "gmxpre.h" +#include "correl.h" + +#include #include #include -#include #include "gromacs/fft/fft.h" #include "gromacs/utility/smalloc.h" -#include "correl.h" #define SWAP(a, b) tempr = (a); (a) = (b); (b) = tempr