Skip to content

Commit 648223a

Browse files
committed
Remove unused headers' inclusion
Signed-off-by: Julien Jerphanion <[email protected]>
1 parent be41a04 commit 648223a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

libmambapy/src/libmambapy/bindings/solver_libsolv.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,14 @@
55
// The full license is in the file LICENSE, distributed with this software.
66

77
#include <pybind11/functional.h>
8-
#include <pybind11/operators.h>
98
#include <pybind11/pybind11.h>
109

1110
#include "mamba/solver/libsolv/database.hpp"
12-
#include "mamba/solver/libsolv/repo_info.hpp"
1311
#include "mamba/solver/libsolv/solver.hpp"
1412
#include "mamba/solver/libsolv/unsolvable.hpp"
1513
#include "mamba/solver/parameters.hpp"
1614
#include "mamba/solver/repo_info.hpp"
1715

18-
#include "bind_utils.hpp"
1916
#include "bindings.hpp"
2017
#include "expected_caster.hpp"
2118
#include "path_caster.hpp"

0 commit comments

Comments
 (0)