Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / mdlib / domdec_setup.c
index 5caa68a9b58508750b040a2e4140d07cb00c1d48..0903c32d14cc479058ac32e7a36aa7c07ffa9f0d 100644 (file)
 
 #include "gmxpre.h"
 
-#include <stdio.h>
 #include <assert.h>
+#include <stdio.h>
+
 #include "gromacs/legacyheaders/domdec.h"
-#include "gromacs/legacyheaders/types/commrec.h"
+#include "gromacs/legacyheaders/names.h"
 #include "gromacs/legacyheaders/network.h"
 #include "gromacs/legacyheaders/perf_est.h"
-#include "gromacs/utility/smalloc.h"
 #include "gromacs/legacyheaders/typedefs.h"
+#include "gromacs/legacyheaders/types/commrec.h"
 #include "gromacs/math/vec.h"
-#include "gromacs/legacyheaders/names.h"
+#include "gromacs/utility/smalloc.h"
 
 /* Margin for setting up the DD grid */
 #define DD_GRID_MARGIN_PRES_SCALE 1.05