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