Spaces:
Running
Running
ggml : remove duplicate include of ggml-common.h (ggml/853)
Browse filesSigned-off-by: Daniel Bevenius <daniel.bevenius@gmail.com>
- 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>
|