Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / gromacs / mdlib / wnblist.c
index 5d142c5ca4fc2f61e5921222a7fa2845dd6c3569..62aa867b6bad484d26b477f9c9420dbc48a5b14c 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 <stdio.h>
 #include <string.h>
-#include "string2.h"
-#include "force.h"
-#include "smalloc.h"
-#include "types/commrec.h"
-#include "ns.h"
-#include "nrnb.h"
-#include "gmx_fatal.h"
-#include "macros.h"
-#include "gromacs/fileio/futil.h"
-#include "names.h"
-#include "domdec.h"
+#include "gromacs/legacyheaders/force.h"
+#include "gromacs/utility/smalloc.h"
+#include "gromacs/legacyheaders/types/commrec.h"
+#include "gromacs/legacyheaders/ns.h"
+#include "gromacs/legacyheaders/nrnb.h"
+#include "gromacs/utility/fatalerror.h"
+#include "gromacs/legacyheaders/macros.h"
+#include "gromacs/utility/futil.h"
+#include "gromacs/legacyheaders/names.h"
+#include "gromacs/legacyheaders/domdec.h"
 #include "gromacs/fileio/gmxfio.h"
 
 #define header "Neighborlist:"