Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxlib / rbin.c
index e47c898df04ce1891141b7b8e30fa182a149bfbf..754c648cb278a65923cd1b2807c0e8aab74ce32f 100644 (file)
  * the research papers on the package. Check out http://www.gromacs.org.
  */
 /* This file is completely threadsafe - keep it that way! */
-#include "config.h"
+#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)