Manually sort some includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / math / utilities.c
index 4e40b88d1ddbb4cc41c049bdd9fe8cc9d0bdf054..c2df23ec2ee333d4cadb77154b0205d4c0e56439 100644 (file)
  */
 #include "gmxpre.h"
 
-#include "gromacs/math/utilities.h"
-
-#include "config.h"
+#include "utilities.h"
 
 #include <assert.h>
-#include <math.h>
 #include <limits.h>
+#include <math.h>
+
+#include "config.h"
+
 #ifdef HAVE__FINITE
 #include <float.h>
 #endif