Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / math / utilities.c
index c2df23ec2ee333d4cadb77154b0205d4c0e56439..03b7134427da15d9a9509925dacebdf899ed1c9a 100644 (file)
 
 #include "utilities.h"
 
+#include "config.h"
+
 #include <assert.h>
 #include <limits.h>
 #include <math.h>
 
-#include "config.h"
-
 #ifdef HAVE__FINITE
 #include <float.h>
 #endif