]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
ggml : remove duplicate include of ggml-common.h (#853)
authorDaniel Bevenius <redacted>
Sun, 16 Jun 2024 08:51:18 +0000 (10:51 +0200)
committerGitHub <redacted>
Sun, 16 Jun 2024 08:51:18 +0000 (11:51 +0300)
Signed-off-by: Daniel Bevenius <redacted>
src/ggml-quants.c

index 9f864e5c479ead1449c6d526841253f253f58909..e4a3131a8796bf1a19b0181754dfe89bb1093ab7 100644 (file)
@@ -4,8 +4,6 @@
 #include "ggml-quants.h"
 #include "ggml-impl.h"
 
-#define GGML_COMMON_IMPL_C
-#include "ggml-common.h"
 
 #include <math.h>
 #include <string.h>