Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxlib / rbin.c
index 047bb9f4d4b6c0a348d77f4c87438833dee37cba..754c648cb278a65923cd1b2807c0e8aab74ce32f 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (c) 1991-2000, University of Groningen, The Netherlands.
  * Copyright (c) 2001-2004, The GROMACS development team.
- * Copyright (c) 2010, by the GROMACS development team, led by
+ * Copyright (c) 2010,2014, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
  * 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 "smalloc.h"
+#include "gromacs/legacyheaders/network.h"
+#include "gromacs/legacyheaders/typedefs.h"
+#include "gromacs/utility/smalloc.h"
 
 t_bin *mk_bin(void)
 {