aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2020-02-24 23:01:00 +0200
committerLasse Collin <lasse.collin@tukaani.org>2020-02-24 23:23:18 +0200
commitb3ed19a55fe99a45bd77614e149d39d18498075c (patch)
tree97e798f74ebd24dc04718c232591e8331415752f /src/liblzma
parentUse defined(__GNUC__) before __GNUC__ in preprocessor lines. (diff)
downloadxz-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.c1
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"