Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxlib / calcgrid.c
index 62d25e1ce88839af9cf52dfcad8f95565d21ba8d..1de1f57efed3998ac8ce36a36d0b67c833dee457 100644 (file)
  */
 #include "gmxpre.h"
 
+#include "gromacs/legacyheaders/calcgrid.h"
+
 #include <math.h>
 
 #include "gromacs/legacyheaders/typedefs.h"
-#include "gromacs/utility/smalloc.h"
 #include "gromacs/utility/fatalerror.h"
-#include "gromacs/legacyheaders/calcgrid.h"
+#include "gromacs/utility/smalloc.h"
 
 /* The grid sizes below are based on timing of a 3D cubic grid in fftw
  * compiled with SSE using 4 threads in fft5d.c.