Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / mdlib / nsgrid.c
index 8ad27efc6cad5902023bceb3adebcac38d9adfa1..0f0120e0e1a155c36eb8b4365b23f3102495b690 100644 (file)
 /* This file is completely threadsafe - keep it that way! */
 #include "gmxpre.h"
 
+#include "gromacs/legacyheaders/nsgrid.h"
+
+#include <stdio.h>
 #include <stdlib.h>
 
+#include "gromacs/fileio/pdbio.h"
+#include "gromacs/legacyheaders/domdec.h"
+#include "gromacs/legacyheaders/macros.h"
+#include "gromacs/legacyheaders/network.h"
 #include "gromacs/legacyheaders/typedefs.h"
 #include "gromacs/legacyheaders/types/commrec.h"
-#include "gromacs/legacyheaders/macros.h"
-#include "gromacs/utility/smalloc.h"
-#include "gromacs/legacyheaders/nsgrid.h"
-#include "gromacs/utility/fatalerror.h"
 #include "gromacs/math/vec.h"
-#include "gromacs/legacyheaders/network.h"
-#include "gromacs/legacyheaders/domdec.h"
 #include "gromacs/pbcutil/pbc.h"
-#include <stdio.h>
+#include "gromacs/utility/fatalerror.h"
 #include "gromacs/utility/futil.h"
-#include "gromacs/fileio/pdbio.h"
+#include "gromacs/utility/smalloc.h"
 
 /***********************************
  *         Grid Routines