From 2e5aa852df24aab2e59dfc1f82bb19f7c91602a1 Mon Sep 17 00:00:00 2001 From: koubaa Date: Wed, 11 Dec 2024 11:09:42 -0600 Subject: [PATCH] remove unnecessary include of pybind11 in core Signed-off-by: koubaa --- src/include/kompute/Core.hpp | 2 -- 1 file changed, 2 deletions(-) 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);