Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / mdlib / wnblist.c
index 62aa867b6bad484d26b477f9c9420dbc48a5b14c..afcef8db519f5a75b9ef912d22547038395c42ae 100644 (file)
 
 #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:"