Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / mdlib / wnblist.c
index 076be3819c08473d0ae25fa18e20f13d6c6389a3..afcef8db519f5a75b9ef912d22547038395c42ae 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 "force.h"
-#include "gromacs/utility/smalloc.h"
-#include "types/commrec.h"
-#include "ns.h"
-#include "nrnb.h"
-#include "gromacs/utility/fatalerror.h"
-#include "macros.h"
-#include "gromacs/fileio/futil.h"
-#include "names.h"
-#include "domdec.h"
+
 #include "gromacs/fileio/gmxfio.h"
+#include "gromacs/legacyheaders/domdec.h"
+#include "gromacs/legacyheaders/force.h"
+#include "gromacs/legacyheaders/macros.h"
+#include "gromacs/legacyheaders/names.h"
+#include "gromacs/legacyheaders/nrnb.h"
+#include "gromacs/legacyheaders/ns.h"
+#include "gromacs/legacyheaders/types/commrec.h"
+#include "gromacs/utility/fatalerror.h"
+#include "gromacs/utility/futil.h"
+#include "gromacs/utility/smalloc.h"
 
 #define header "Neighborlist:"