Просмотр исходного кода

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

Signed-off-by: Daniel Bevenius <daniel.bevenius@gmail.com>
Daniel Bevenius 1 год назад
Родитель
Сommit
398105ff43
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      ggml-quants.c

+ 0 - 2
ggml-quants.c

@@ -4,8 +4,6 @@
 #include "ggml-quants.h"
 #include "ggml-quants.h"
 #include "ggml-impl.h"
 #include "ggml-impl.h"
 
 
-#define GGML_COMMON_IMPL_C
-#include "ggml-common.h"
 
 
 #include <math.h>
 #include <math.h>
 #include <string.h>
 #include <string.h>