Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / gromacs / gmxlib / rbin.c
index 35435d663207d19a2702e09624e9be9be03c8d76..5ef4d5d229aabe7de030cf7cbe227ea7ef4aeb66 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 "typedefs.h"
-#include "main.h"
-#include "network.h"
-#include "rbin.h"
+#include "gromacs/legacyheaders/typedefs.h"
+#include "gromacs/legacyheaders/network.h"
+#include "gromacs/legacyheaders/rbin.h"
 #include "gromacs/utility/smalloc.h"
 
 t_bin *mk_bin(void)