Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / gen_maxwell_velocities.c
index 609650f4a13aa21e4811bcefdc5d08be81681027..02522be85facfea72c534ecfbc500d2fcfff594e 100644 (file)
  */
 #include "gmxpre.h"
 
+#include "gen_maxwell_velocities.h"
+
 #include <math.h>
-#include "gromacs/random/random.h"
-#include "gromacs/utility/smalloc.h"
-#include "gromacs/math/units.h"
+
 #include "gromacs/legacyheaders/typedefs.h"
+#include "gromacs/math/units.h"
 #include "gromacs/math/vec.h"
-#include "gen_maxwell_velocities.h"
+#include "gromacs/random/random.h"
 #include "gromacs/topology/mtop_util.h"
+#include "gromacs/utility/smalloc.h"
 
 static void low_mspeed(real tempi,
                        gmx_mtop_t *mtop, rvec v[], gmx_rng_t rng)