浏览代码

No need for compat here after removing calloc/realloc overrides

Bryan Drewery 10 年之前
父节点
当前提交
d2bad44c2d
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/base64.cc

+ 0 - 1
src/base64.cc

@@ -26,7 +26,6 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include "base64.h"
-#include "src/compat/compat.h"
 #include <bdlib/src/String.h>
 
 static char *b64enc_bd(const unsigned char *data, size_t *len);