Imported Upstream version 14.45.0
[platform/upstream/libzypp.git] / zypp / solver / detail / SolverQueueItemInstallOneOf.cc
index 576476c..e13e69c 100644 (file)
@@ -22,8 +22,6 @@ extern "C"
 #include <solv/solver.h>
 }
 
-#define ZYPP_USE_RESOLVER_INTERNALS
-
 #include "zypp/base/Logger.h"
 #include "zypp/solver/detail/SolverQueueItemInstallOneOf.h"
 #include "zypp/sat/Pool.h"
@@ -74,7 +72,7 @@ SolverQueueItemInstallOneOf::~SolverQueueItemInstallOneOf()
 
 //---------------------------------------------------------------------------
 
-bool SolverQueueItemInstallOneOf::addRule (sat::detail::CQueue & q)
+bool SolverQueueItemInstallOneOf::addRule (_Queue & q)
 {
     bool ret = true;
     MIL << "Install one of " << (_soft ? "(soft):" : ":")<< endl;