Make nbnxm a proper module
[alexxy/gromacs.git] / src / gromacs / nbnxm / nbnxm_setup.cpp
index 8c0b73608336637a0b20eb7ee7d3260c224e0ab2..cd13b9cc44656f28e9280c54c5f6199afc538412 100644 (file)
 #include "gromacs/mdtypes/commrec.h"
 #include "gromacs/mdtypes/forcerec.h"
 #include "gromacs/mdtypes/inputrec.h"
-#include "gromacs/nbnxm/atomdata.h"
 #include "gromacs/nbnxm/gpu_data_mgmt.h"
 #include "gromacs/nbnxm/nbnxm.h"
-#include "gromacs/nbnxm/nbnxm_geometry.h"
-#include "gromacs/nbnxm/nbnxm_simd.h"
-#include "gromacs/nbnxm/pairlist.h"
 #include "gromacs/nbnxm/pairlist_tuning.h"
 #include "gromacs/simd/simd.h"
 #include "gromacs/utility/fatalerror.h"
 #include "gromacs/utility/logger.h"
 
+#include "atomdata.h"
 #include "gpu_types.h"
 #include "grid.h"
+#include "nbnxm_geometry.h"
+#include "nbnxm_simd.h"
+#include "pairlist.h"
 #include "pairlistset.h"
 #include "pairlistsets.h"
 #include "pairsearch.h"