Make nbnxm a proper module
[alexxy/gromacs.git] / src / gromacs / nbnxm / pairsearch.h
index 7bf8f421a38200b2b23f5158984ac68d45cdb2b7..42589320012c05c84d62b059a4aa5e1ed043e4fa 100644 (file)
 
 #include "gromacs/domdec/domdec.h"
 #include "gromacs/math/vectypes.h"
-#include "gromacs/nbnxm/atomdata.h"
-#include "gromacs/nbnxm/pairlist.h"
 #include "gromacs/timing/cyclecounter.h"
 #include "gromacs/utility/alignedallocator.h"
 #include "gromacs/utility/arrayref.h"
 #include "gromacs/utility/real.h"
 
+#include "atomdata.h"
 #include "gridset.h"
+#include "pairlist.h"
 
 struct gmx_domdec_zones_t;
 struct PairsearchWork;