diff --git a/src/include/kompute/Core.hpp b/src/include/kompute/Core.hpp index d347a827..c444d714 100644 --- a/src/include/kompute/Core.hpp +++ b/src/include/kompute/Core.hpp @@ -23,8 +23,6 @@ typedef std::vector Constants; #endif // KOMPUTE_VK_API_VERSION #if defined(KOMPUTE_BUILD_PYTHON) -#include -namespace py = pybind11; // from python/src/main.cpp extern void py_log_trace(const std::string& msg);