Use more forward declarations to removed header dependencies
[alexxy/gromacs.git] / src / gromacs / gmxlib / nonbonded / nb_kernel.h
index e6f2cf2f93c5520e6c0d0479c01c9f9ce95637c0..2cf148730d13f5b0e8a7dea18ead77f4cda71c92 100644 (file)
 
 #include "gromacs/gmxlib/nrnb.h"
 #include "gromacs/math/vectypes.h"
-#include "gromacs/mdtypes/forcerec.h"
-#include "gromacs/mdtypes/mdatom.h"
 #include "gromacs/mdtypes/nblist.h"
 #include "gromacs/utility/real.h"
 
 struct t_blocka;
+struct t_mdatoms;
 
 /* Structure to collect kernel data not available in forcerec or mdatoms structures.
  * This is only used inside the nonbonded module.