Browse Source

fix build

jmorganca 11 months ago
parent
commit
8ca4a9a70a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      llama/ggml-backend.c

+ 0 - 1
llama/ggml-backend.c

@@ -8,7 +8,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <malloc.h>
 
 
 #define MAX(a, b) ((a) > (b) ? (a) : (b))