danbev commited on
Commit
8c3ae74
·
1 Parent(s): 4cb73ba

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

Browse files

Signed-off-by: Daniel Bevenius <daniel.bevenius@gmail.com>

Files changed (1) hide show
  1. ggml-quants.c +0 -2
ggml-quants.c CHANGED
@@ -4,8 +4,6 @@
4
  #include "ggml-quants.h"
5
  #include "ggml-impl.h"
6
 
7
- #define GGML_COMMON_IMPL_C
8
- #include "ggml-common.h"
9
 
10
  #include <math.h>
11
  #include <string.h>
 
4
  #include "ggml-quants.h"
5
  #include "ggml-impl.h"
6
 
 
 
7
 
8
  #include <math.h>
9
  #include <string.h>