]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ggml : remove duplicate include of ggml-common.h (ggml/853)
authorDaniel Bevenius <redacted>
Sun, 16 Jun 2024 08:51:18 +0000 (10:51 +0200)
committerGeorgi Gerganov <redacted>
Sun, 16 Jun 2024 17:32:49 +0000 (20:32 +0300)
Signed-off-by: Daniel Bevenius <redacted>
ggml-quants.c

index 84b2f30e53d2df1492bc00bd2f612929b0d9f70d..678adae1684c8b5ff037cfd103ed82fd73eecba3 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>