Skip to content

Commit

Permalink
Fix wrong forward declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoinePrv committed Feb 9, 2024
1 parent 8c00421 commit 59169ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions libmamba/include/mamba/api/install.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ namespace mamba
class PackageInfo;
}

namespace solver::libsolv
{
class DataBase;
}

void install(Configuration& config);

void install_specs(
Expand Down
5 changes: 0 additions & 5 deletions libmamba/include/mamba/api/repoquery.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@

namespace mamba
{
namespace solver::libsolv
{
class DataBase;
}

enum class QueryResultFormat
{
Json = 0,
Expand Down

0 comments on commit 59169ef

Please sign in to comment.