Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / mdlib / nbnxn_kernels / nbnxn_kernel_gpu_ref.c
index 30cfb49890ca3ef152b8098efa83dffeb2612766..5e8ac7ca2abd538f80614883b54427f65d2c016d 100644 (file)
  */
 #include "gmxpre.h"
 
+#include "nbnxn_kernel_gpu_ref.h"
+
 #include "config.h"
 
 #include <math.h>
 
-#include "gromacs/legacyheaders/types/simple.h"
-#include "gromacs/legacyheaders/typedefs.h"
 #include "gromacs/legacyheaders/force.h"
-
+#include "gromacs/legacyheaders/typedefs.h"
+#include "gromacs/legacyheaders/types/simple.h"
 #include "gromacs/math/utilities.h"
 #include "gromacs/math/vec.h"
-#include "gromacs/pbcutil/ishift.h"
-
-#include "nbnxn_kernel_gpu_ref.h"
-#include "../nbnxn_consts.h"
-#include "nbnxn_kernel_common.h"
 #include "gromacs/mdlib/nb_verlet.h"
+#include "gromacs/mdlib/nbnxn_consts.h"
+#include "gromacs/mdlib/nbnxn_kernels/nbnxn_kernel_common.h"
+#include "gromacs/pbcutil/ishift.h"
 
 #define NCL_PER_SUPERCL         (NBNXN_GPU_NCLUSTER_PER_SUPERCLUSTER)
 #define CL_SIZE                 (NBNXN_GPU_CLUSTER_SIZE)