Skip to content

Commit

Permalink
remove unnecessary include of pybind11 in core
Browse files Browse the repository at this point in the history
Signed-off-by: koubaa <koubaa@github.com>
  • Loading branch information
koubaa committed Dec 11, 2024
1 parent 268a33f commit 2e5aa85
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/include/kompute/Core.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ typedef std::vector<float> Constants;
#endif // KOMPUTE_VK_API_VERSION

#if defined(KOMPUTE_BUILD_PYTHON)
#include <pybind11/pybind11.h>
namespace py = pybind11;
// from python/src/main.cpp

extern void py_log_trace(const std::string& msg);
Expand Down

0 comments on commit 2e5aa85

Please sign in to comment.