14b61e7b96
external/zlib and external/safe-iop/include were used by Zip.c, which
became obsolete after [1].
Removing
- <assert.h>: we no longer call assert(3);
- <limits.h>: we no longer use PATH_MAX;
- <stdio.h>: we don't need FILE anymore;
- <stdlib.h>: no more malloc(3)/calloc(3);
- <unistd.h>: was once needed for lseek(2);
- <string.h>: no more memset(3).
Adding
- <stdint.h> for SIZE_MAX.
[1] commit
|
||
---|---|---|
.. | ||
Android.mk | ||
DirUtil.cpp | ||
DirUtil.h | ||
SysUtil.cpp | ||
SysUtil.h | ||
ZipUtil.cpp | ||
ZipUtil.h |