diff --git a/llama/ggml-backend.c b/llama/ggml-backend.c index fed7aab9..37f0dae9 100644 --- a/llama/ggml-backend.c +++ b/llama/ggml-backend.c @@ -8,7 +8,6 @@ #include #include #include -#include #define MAX(a, b) ((a) > (b) ? (a) : (b))