Przeglądaj źródła

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

Signed-off-by: Daniel Bevenius <daniel.bevenius@gmail.com>
Daniel Bevenius 1 rok temu
rodzic
commit
398105ff43
1 zmienionych plików z 0 dodań i 2 usunięć
  1. 0 2
      ggml-quants.c

+ 0 - 2
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>