Use more forward declarations to removed header dependencies
[alexxy/gromacs.git] / src / gromacs / mdlib / mdatoms.h
index ef241c716bdc0bfde59bbbbd4c6589192be8afa2..21e2b9b4b26ca8bd63884a1d891ab92970e31373 100644 (file)
 #include <vector>
 
 #include "gromacs/gpu_utils/hostallocator.h"
-#include "gromacs/mdtypes/mdatom.h"
 #include "gromacs/utility/basedefinitions.h"
 #include "gromacs/utility/real.h"
 #include "gromacs/utility/unique_cptr.h"
 
 struct gmx_mtop_t;
 struct t_inputrec;
+struct t_mdatoms;
 
 namespace gmx
 {