ggml : remove duplicate include of ggml-common.h (ggml/853)

Signed-off-by: Daniel Bevenius <daniel.bevenius@gmail.com>
This commit is contained in:
Daniel Bevenius
2024-06-16 10:51:18 +02:00
committed by Georgi Gerganov
parent f5e676a8ea
commit 9d8799abee

View 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>