We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be41a04 commit 648223aCopy full SHA for 648223a
libmambapy/src/libmambapy/bindings/solver_libsolv.cpp
@@ -5,17 +5,14 @@
5
// The full license is in the file LICENSE, distributed with this software.
6
7
#include <pybind11/functional.h>
8
-#include <pybind11/operators.h>
9
#include <pybind11/pybind11.h>
10
11
#include "mamba/solver/libsolv/database.hpp"
12
-#include "mamba/solver/libsolv/repo_info.hpp"
13
#include "mamba/solver/libsolv/solver.hpp"
14
#include "mamba/solver/libsolv/unsolvable.hpp"
15
#include "mamba/solver/parameters.hpp"
16
#include "mamba/solver/repo_info.hpp"
17
18
-#include "bind_utils.hpp"
19
#include "bindings.hpp"
20
#include "expected_caster.hpp"
21
#include "path_caster.hpp"
0 commit comments