Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / random / random.c
index 9150e64f3eb12f7425d02e5f09c05e7cf6f58838..b8295a73d72b2c1a387c7baa6a51b4ea5a6d1474 100644 (file)
 
 #include "random.h"
 
+#include "config.h"
+
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <time.h>
 
-#include "config.h"
-
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif
 #include <process.h>
 #endif
 
+#include "external/Random123-1.08/include/Random123/threefry.h"
+
 #include "gromacs/math/utilities.h"
 #include "gromacs/random/random_gausstable.h"
 
-#include "external/Random123-1.08/include/Random123/threefry.h"
-
 #define RNG_N 624
 #define RNG_M 397
 #define RNG_MATRIX_A 0x9908b0dfUL   /* constant vector a */