Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / mdlib / nbnxn_kernels / nbnxn_kernel_common.c
index beb6216619a829c1481ec17499ab39f623a99a1c..2fded68209937ef2b29ca72c1e4548d9461dc353 100644 (file)
  * To help us fund GROMACS development, we humbly ask that you cite
  * the research papers on the package. Check out http://www.gromacs.org.
  */
-#include "config.h"
-
-#include "gromacs/pbcutil/ishift.h"
+#include "gmxpre.h"
 
 #include "nbnxn_kernel_common.h"
 
+#include "gromacs/pbcutil/ishift.h"
+
 static void
 clear_f_all(const nbnxn_atomdata_t *nbat, real *f)
 {