浏览代码

fix build

jmorganca 11 月之前
父节点
当前提交
8ca4a9a70a
共有 1 个文件被更改,包括 0 次插入1 次删除
  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))