Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxlib / nonbonded / nb_kernel_c / nb_kernel_allvsallgb.c
index 3557e825e6b8d0a9e5460b93692a12e367f06178..be401ee7bc86d6a4e0c7d764a89cde4ae2257342 100644 (file)
  */
 #include "gmxpre.h"
 
+#include "nb_kernel_allvsallgb.h"
+
 #include "config.h"
 
 #include <math.h>
 
+#include "gromacs/legacyheaders/nrnb.h"
 #include "gromacs/legacyheaders/types/simple.h"
-
 #include "gromacs/math/vec.h"
 #include "gromacs/utility/smalloc.h"
 
-#include "nb_kernel_allvsallgb.h"
-#include "gromacs/legacyheaders/nrnb.h"
-
 typedef struct
 {
     real **    pvdwparam;