Make nbnxm a proper module
[alexxy/gromacs.git] / src / gromacs / nbnxm / nbnxm_geometry.h
index c43e22e7ba1ed522993b8ddcbea9435cc0efc367..5c0e217ffdfe8a62c9b3a91a9b1def8e57625cf3 100644 (file)
 
 #include "gromacs/math/vectypes.h"
 #include "gromacs/nbnxm/nbnxm.h"
-#include "gromacs/nbnxm/pairlist.h"
 #include "gromacs/simd/simd.h"
 #include "gromacs/utility/fatalerror.h"
 
+#include "pairlist.h"
+
+
 /* Returns the base-2 log of n.
  * Generates a fatal error when n is not an integer power of 2.
  */