]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
vulkan: removed duplicate #include <memory> in headers (#23144)
authorWinston Ma <redacted>
Sat, 16 May 2026 17:57:35 +0000 (01:57 +0800)
committerGitHub <redacted>
Sat, 16 May 2026 17:57:35 +0000 (19:57 +0200)
ggml/src/ggml-vulkan/ggml-vulkan.cpp

index d29a4bab2e2f7aceb6efac57367389e2a9d613e4..a296d0ab4467d97583bef8417c1fc1c4c088c4c9 100644 (file)
@@ -49,7 +49,6 @@ DispatchLoaderDynamic & ggml_vk_default_dispatcher();
 #include <map>
 #include <set>
 #include <unordered_map>
-#include <memory>
 #include <mutex>
 #include <future>
 #include <thread>