From ceda28ef8e310a8dee60bf275077a3eedae8e36c Mon Sep 17 00:00:00 2001 From: Tatsuya Tanaka Date: Wed, 30 Apr 2025 22:25:20 +0900 Subject: [PATCH] llava : remove duplicate include (#13207) --- examples/llava/clip-impl.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/llava/clip-impl.h b/examples/llava/clip-impl.h index 04bfcbb5e..66cb21ef1 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