Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / math / utilities.c
index 962c08cc5c49f79681c9d9adcdfb3b825293dffd..03b7134427da15d9a9509925dacebdf899ed1c9a 100644 (file)
  * To help us fund GROMACS development, we humbly ask that you cite
  * the research papers on the package. Check out http://www.gromacs.org.
  */
-#include "gromacs/math/utilities.h"
+#include "gmxpre.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