Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / mdlib / wnblist.c
index da8f9a24702ff98a59c325c381493f101c7936f6..afcef8db519f5a75b9ef912d22547038395c42ae 100644 (file)
 /* This file is completely threadsafe - keep it that way! */
 #include "gmxpre.h"
 
-#include "config.h"
-
 #include <stdio.h>
 #include <string.h>
+
+#include "gromacs/fileio/gmxfio.h"
+#include "gromacs/legacyheaders/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/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/legacyheaders/macros.h"
 #include "gromacs/utility/futil.h"
-#include "gromacs/legacyheaders/names.h"
-#include "gromacs/legacyheaders/domdec.h"
-#include "gromacs/fileio/gmxfio.h"
+#include "gromacs/utility/smalloc.h"
 
 #define header "Neighborlist:"