Make nbnxm a proper module
[alexxy/gromacs.git] / src / gromacs / nbnxm / grid.cpp
index 54b10eaf284dfee5c33d552f759b5b40856dbaad..c6c000bc7ca78a95ad09f1c5f2f407cef8413ff6 100644 (file)
 #include "gromacs/mdlib/gmx_omp_nthreads.h"
 #include "gromacs/mdlib/updategroupscog.h"
 #include "gromacs/mdtypes/forcerec.h" // only for GET_CGINFO_*
-#include "gromacs/nbnxm/atomdata.h"
-#include "gromacs/nbnxm/nbnxm_geometry.h"
 #include "gromacs/simd/simd.h"
 #include "gromacs/simd/vector_operations.h"
 
+#include "atomdata.h"
 #include "boundingboxes.h"
 #include "gridsetdata.h"
+#include "nbnxm_geometry.h"
 #include "pairlistparams.h"
 
 namespace Nbnxm