diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2020-02-24 23:01:00 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2020-03-11 12:05:57 +0200 |
commit | 901eb4a8c992354c3ea482f5bad60a1f8ad6fcc8 (patch) | |
tree | 6b8c779761202b48bef156d330b75a0bef4a2e22 | |
parent | Use defined(__GNUC__) before __GNUC__ in preprocessor lines. (diff) | |
download | xz-901eb4a8c992354c3ea482f5bad60a1f8ad6fcc8.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 '')
-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" |