Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / gromacs / gmxlib / splitter.c
index 8298cf954a37d96fc7512347315761bdcb00bfbc..b9557b54a74231e2f12832604bade7e517be4d30 100644 (file)
  * To help us fund GROMACS development, we humbly ask that you cite
  * the research papers on the package. Check out http://www.gromacs.org.
  */
-#include "splitter.h"
+#include "gmxpre.h"
 
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include "gromacs/legacyheaders/splitter.h"
 
 #include <assert.h>
 #include <stdlib.h>
 #include <string.h>
 
-#include "macros.h"
-#include "gromacs/pbcutil/mshift.h"
+#include "gromacs/legacyheaders/macros.h"
 
+#include "gromacs/pbcutil/mshift.h"
+#include "gromacs/topology/block.h"
+#include "gromacs/topology/idef.h"
 #include "gromacs/utility/fatalerror.h"
 #include "gromacs/utility/smalloc.h"