diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2008-11-25 02:37:47 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2008-11-25 02:37:47 +0200 |
commit | a8368b75cdcd5427299001cc42839287f27b244d (patch) | |
tree | 5b27a19002eb9f0c31ab4730d9073b0dc0f68c03 /src/liblzma/api/lzma.h | |
parent | VLI encoder and decoder cleanups. Made encoder return (diff) | |
download | xz-a8368b75cdcd5427299001cc42839287f27b244d.tar.xz |
Remove the nowadays unneeded memory limitting malloc() wrapper.
Diffstat (limited to 'src/liblzma/api/lzma.h')
-rw-r--r-- | src/liblzma/api/lzma.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liblzma/api/lzma.h b/src/liblzma/api/lzma.h index 0f109eb3..d954b8e1 100644 --- a/src/liblzma/api/lzma.h +++ b/src/liblzma/api/lzma.h @@ -208,7 +208,6 @@ extern "C" { #include "lzma/index.h" #include "lzma/index_hash.h" #include "lzma/stream_flags.h" -#include "lzma/memlimit.h" /* * All subheaders included. Undefine LZMA_H_INTERNAL to prevent applications |