Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxlib / rbin.c
index 35435d663207d19a2702e09624e9be9be03c8d76..754c648cb278a65923cd1b2807c0e8aab74ce32f 100644 (file)
  * the research papers on the package. Check out http://www.gromacs.org.
  */
 /* This file is completely threadsafe - keep it that way! */
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include "gmxpre.h"
+
+#include "gromacs/legacyheaders/rbin.h"
 
-#include "typedefs.h"
-#include "main.h"
-#include "network.h"
-#include "rbin.h"
+#include "gromacs/legacyheaders/network.h"
+#include "gromacs/legacyheaders/typedefs.h"
 #include "gromacs/utility/smalloc.h"
 
 t_bin *mk_bin(void)