Eliminate mdlib/mdrun.h
[alexxy/gromacs.git] / src / gromacs / swap / swapcoords.cpp
index 212ddd300ad8fab0a55c5c568e72cfa9d0a2e7ed..7673365bc8fa284335d4147052ab6d05445e2305 100644 (file)
 #include "gromacs/gmxlib/network.h"
 #include "gromacs/math/vec.h"
 #include "gromacs/mdlib/groupcoord.h"
-#include "gromacs/mdlib/mdrun.h"
 #include "gromacs/mdlib/sim_util.h"
 #include "gromacs/mdtypes/commrec.h"
 #include "gromacs/mdtypes/inputrec.h"
 #include "gromacs/mdtypes/md_enums.h"
+#include "gromacs/mdtypes/mdrunoptions.h"
 #include "gromacs/mdtypes/observableshistory.h"
 #include "gromacs/mdtypes/state.h"
 #include "gromacs/mdtypes/swaphistory.h"
@@ -1462,7 +1462,7 @@ void init_swapcoords(
         t_commrec                *cr,
         gmx::LocalAtomSetManager *atomSets,
         const gmx_output_env_t   *oenv,
-        const MdrunOptions       &mdrunOptions)
+        const gmx::MdrunOptions  &mdrunOptions)
 {
     t_swapcoords          *sc;
     t_swap                *s;