From: Daniel Bevenius Date: Sun, 16 Jun 2024 08:51:18 +0000 (+0200) Subject: ggml : remove duplicate include of ggml-common.h (#853) X-Git-Tag: upstream/0.0.1642~584 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=0353410af6eb8a661b2c95f9d6b939cfad3ebae5;p=pkg%2Fggml%2Fsources%2Fggml ggml : remove duplicate include of ggml-common.h (#853) Signed-off-by: Daniel Bevenius --- diff --git a/src/ggml-quants.c b/src/ggml-quants.c index 9f864e5c..e4a3131a 100644 --- a/src/ggml-quants.c +++ b/src/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