diff options
Diffstat (limited to 'ggml-quants.c')
-rw-r--r-- | ggml-quants.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ggml-quants.c b/ggml-quants.c index 84b2f30e..678adae1 100644 --- a/ggml-quants.c +++ b/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> |