From: Tatsuya Tanaka Date: Wed, 30 Apr 2025 13:25:20 +0000 (+0900) Subject: llava : remove duplicate include (#13207) X-Git-Tag: upstream/0.0.5318~85 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=ceda28ef8e310a8dee60bf275077a3eedae8e36c;p=pkg%2Fggml%2Fsources%2Fllama.cpp llava : remove duplicate include (#13207) --- diff --git a/examples/llava/clip-impl.h b/examples/llava/clip-impl.h index 04bfcbb5..66cb21ef 100644 --- a/examples/llava/clip-impl.h +++ b/examples/llava/clip-impl.h @@ -2,8 +2,6 @@ #include "gguf.h" #include "clip.h" -#include "clip.h" - #include #include #include