Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / calc_verletbuf.c
index 29cd01d86a3cb40c139746c3f6899c079d4023dc..dbdcab9074edab4ed3344c9c91c022a5b266756e 100644 (file)
@@ -34,7 +34,7 @@
  */
 #include "gmxpre.h"
 
-#include "config.h"
+#include "calc_verletbuf.h"
 
 #include <assert.h>
 #include <math.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"