Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxana / correl.c
index b223ad0adb1b5339a387436880b009f15aac2054..a8c8c430ff8a005ea59f8eddfe9293a59a86d5a6 100644 (file)
 
 #include "gmxpre.h"
 
+#include "correl.h"
+
+#include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include <math.h>
 
 #include "gromacs/fft/fft.h"
 #include "gromacs/utility/smalloc.h"
-#include "correl.h"
 
 #define SWAP(a, b) tempr = (a); (a) = (b); (b) = tempr