diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2020-02-24 23:01:00 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2020-02-24 23:23:18 +0200 |
commit | b3ed19a55fe99a45bd77614e149d39d18498075c (patch) | |
tree | 97e798f74ebd24dc04718c232591e8331415752f /src/liblzma | |
parent | Use defined(__GNUC__) before __GNUC__ in preprocessor lines. (diff) | |
download | xz-b3ed19a55fe99a45bd77614e149d39d18498075c.tar.xz |
liblzma: Remove unneeded <sys/types.h> from fastpos_tablegen.c.
This file only generates fastpos_table.c.
It isn't built as a part of liblzma.
Diffstat (limited to 'src/liblzma')
-rw-r--r-- | src/liblzma/lzma/fastpos_tablegen.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liblzma/lzma/fastpos_tablegen.c b/src/liblzma/lzma/fastpos_tablegen.c index c97e6f41..d4484c82 100644 --- a/src/liblzma/lzma/fastpos_tablegen.c +++ b/src/liblzma/lzma/fastpos_tablegen.c @@ -11,7 +11,6 @@ // /////////////////////////////////////////////////////////////////////////////// -#include <sys/types.h> #include <inttypes.h> #include <stdio.h> #include "fastpos.h" |