Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / calc_verletbuf.c
index 8d1313a4083a8fc3d976f91dfab58e06cfdee47c..dbdcab9074edab4ed3344c9c91c022a5b266756e 100644 (file)
  */
 #include "gmxpre.h"
 
+#include "calc_verletbuf.h"
+
 #include <assert.h>
 #include <math.h>
 #include <stdlib.h>
 
 #include <sys/types.h>
 
+#include "gromacs/legacyheaders/coulomb.h"
+#include "gromacs/legacyheaders/macros.h"
 #include "gromacs/legacyheaders/typedefs.h"
 #include "gromacs/math/units.h"
-#include "gromacs/legacyheaders/macros.h"
 #include "gromacs/math/vec.h"
-#include "gromacs/legacyheaders/coulomb.h"
-#include "calc_verletbuf.h"
-#include "../mdlib/nbnxn_consts.h"
-
+#include "gromacs/mdlib/nbnxn_consts.h"
 #include "gromacs/utility/fatalerror.h"
 #include "gromacs/utility/smalloc.h"