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