summaryrefslogtreecommitdiff
path: root/ggml-quants.c
diff options
context:
space:
mode:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2024-06-16 10:51:18 +0200
committerGeorgi Gerganov <ggerganov@gmail.com>2024-06-16 20:32:49 +0300
commit398105ff4373eea385ea8e8625cb417b2ae51134 (patch)
tree15a8a129b996cc157c6437854c6fd6a5c17c92c2 /ggml-quants.c
parentbc6c457fa35f6791e9a2bb61108e7d49e8fc98bd (diff)
ggml : remove duplicate include of ggml-common.h (ggml/853)
Signed-off-by: Daniel Bevenius <daniel.bevenius@gmail.com>
Diffstat (limited to 'ggml-quants.c')
-rw-r--r--ggml-quants.c2
1 files changed, 0 insertions, 2 deletions
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 <math.h>
#include <string.h>