Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxlib / nonbonded / nb_kernel_c / nb_kernel_allvsallgb.c
index c7dbd846e6209ef6ffc5451f21e1f82a74d3b4bd..be401ee7bc86d6a4e0c7d764a89cde4ae2257342 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 "gmxpre.h"
+
+#include "nb_kernel_allvsallgb.h"
+
 #include "config.h"
 
 #include <math.h>
 
-#include "types/simple.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 "nrnb.h"
-
 typedef struct
 {
     real **    pvdwparam;