Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxlib / nonbonded / nb_kernel_c / nb_kernel_allvsall.c
index 0c0dcb7205c6b923f1c5fc7a6af689bd92d38b29..92335ff0c0965190be85fe1344db5b73f4bdb6c4 100644 (file)
  */
 #include "gmxpre.h"
 
+#include "nb_kernel_allvsall.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_allvsall.h"
-#include "gromacs/legacyheaders/nrnb.h"
-
 typedef struct
 {
     real **    pvdwparam;