Make nbnxm a proper module
[alexxy/gromacs.git] / src / gromacs / nbnxm / kernel_common.h
index 7a2b97a7aa366528386fdec7e215833eea7fcc41..16b3890a409ccaee624e718f7abaed022a14af7d 100644 (file)
@@ -39,6 +39,7 @@
  * Declares the nbnxm pair interaction kernel function types and kind counts, also declares utility functions used in nbnxm_kernel.cpp.
  *
  * \author Berk Hess <hess@kth.se>
+ * \ingroup module_nbnxm
  */
 
 #ifndef GMX_NBXNM_KERNEL_COMMON_H
 
 #include "gromacs/math/vectypes.h"
 /* nbnxn_atomdata_t and nbnxn_pairlist_t could be forward declared, but that requires modifications in all SIMD kernel files */
-#include "gromacs/nbnxm/atomdata.h"
-#include "gromacs/nbnxm/pairlist.h"
 #include "gromacs/utility/real.h"
 
+#include "atomdata.h"
+#include "pairlist.h"
+
 struct interaction_const_t;
 
 // TODO: Consider using one nbk_func type now ener and noener are identical