# HG changeset patch
# User Lasse Collin <lasse.collin@tukaani.org>
# Date 1582578060 -7200
#      Mon Feb 24 23:01:00 2020 +0200
# Node ID 432bfd391f535844f40c7491744d361b1c32afe9
# Parent  ca1b148c20af82dab40496d67000bb5a36bc50f3
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.

diff --git a/src/liblzma/lzma/fastpos_tablegen.c b/src/liblzma/lzma/fastpos_tablegen.c
--- 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"