Explorar o código

No need for compat here after removing calloc/realloc overrides

Bryan Drewery %!s(int64=10) %!d(string=hai) anos
pai
achega
d2bad44c2d
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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);