From: Daniel Bevenius Date: Sun, 16 Jun 2024 08:51:18 +0000 (+0200) Subject: ggml : remove duplicate include of ggml-common.h (ggml/853) X-Git-Tag: upstream/0.0.4488~1327 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=398105ff4373eea385ea8e8625cb417b2ae51134;p=pkg%2Fggml%2Fsources%2Fllama.cpp ggml : remove duplicate include of ggml-common.h (ggml/853) Signed-off-by: Daniel Bevenius --- diff --git a/ggml-quants.c b/ggml-quants.c index 84b2f30e..678adae1 100644 --- a/ggml-quants.c +++ b/ggml-quants.c @@ -4,8 +4,6 @@ #include "ggml-quants.h" #include "ggml-impl.h" -#define GGML_COMMON_IMPL_C -#include "ggml-common.h" #include #include