From 398105ff4373eea385ea8e8625cb417b2ae51134 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Sun, 16 Jun 2024 10:51:18 +0200 Subject: [PATCH] ggml : remove duplicate include of ggml-common.h (ggml/853) Signed-off-by: Daniel Bevenius --- ggml-quants.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ggml-quants.c b/ggml-quants.c index 84b2f30e5..678adae16 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