Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxlib / rbin.c
index 5ef4d5d229aabe7de030cf7cbe227ea7ef4aeb66..754c648cb278a65923cd1b2807c0e8aab74ce32f 100644 (file)
 /* This file is completely threadsafe - keep it that way! */
 #include "gmxpre.h"
 
-#include "gromacs/legacyheaders/typedefs.h"
-#include "gromacs/legacyheaders/network.h"
 #include "gromacs/legacyheaders/rbin.h"
+
+#include "gromacs/legacyheaders/network.h"
+#include "gromacs/legacyheaders/typedefs.h"
 #include "gromacs/utility/smalloc.h"
 
 t_bin *mk_bin(void)