Make nbnxm a proper module
[alexxy/gromacs.git] / src / gromacs / nbnxm / atomdata.cpp
index 5df9633e2727d723861dc7c2f01eb76e91d8b043..a4e7b0285d86874cf628c1bc64b61facc0c76214 100644 (file)
@@ -53,8 +53,6 @@
 #include "gromacs/mdtypes/forcerec.h" // only for GET_CGINFO_*
 #include "gromacs/mdtypes/mdatom.h"
 #include "gromacs/nbnxm/nbnxm.h"
-#include "gromacs/nbnxm/nbnxm_geometry.h"
-#include "gromacs/nbnxm/pairlist.h"
 #include "gromacs/pbcutil/ishift.h"
 #include "gromacs/simd/simd.h"
 #include "gromacs/utility/exceptions.h"
@@ -67,6 +65,8 @@
 
 #include "grid.h"
 #include "gridset.h"
+#include "nbnxm_geometry.h"
+#include "pairlist.h"
 
 using namespace gmx; // TODO: Remove when this file is moved into gmx namespace