Use more forward declarations to removed header dependencies
[alexxy/gromacs.git] / src / gromacs / mdtypes / forcerec.h
index 20ef5e32d088db5bf64e1408e537e5b9f1e45a98..8c4f5d2f01ffcf25ab0a6f5a99f0606942cdda54 100644 (file)
 #include <vector>
 
 #include "gromacs/math/vectypes.h"
-#include "gromacs/mdtypes/interaction_const.h"
 #include "gromacs/mdtypes/md_enums.h"
 #include "gromacs/pbcutil/pbc.h"
 #include "gromacs/utility/basedefinitions.h"
 #include "gromacs/utility/real.h"
 
 /* Abstract type for PME that is defined only in the routine that use them. */
-struct gmx_ns_t;
 struct gmx_pme_t;
 struct nonbonded_verlet_t;
 struct bonded_threading_t;