rusticl/llvm: do not include spirv-tools/linker.hpp

This was left by mistake as we do not cache the linked output.

Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/10404
Fixes: 299f949775 ("rusticl/meson: generate bindings for LLVM")
Signed-off-by: Karol Herbst <kherbst@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26943>
This commit is contained in:
Karol Herbst 2024-01-09 06:09:22 +01:00 committed by Marge Bot
parent ab6f7170e0
commit 6024bbed3c

View file

@ -1,4 +1,3 @@
#include <clang/Basic/Version.h>
#include <llvm/IR/LLVMContext.h>
#include <LLVMSPIRVLib/LLVMSPIRVLib.h>
#include <spirv-tools/linker.hpp>