From: Lasse Collin Date: Mon, 24 Feb 2020 21:01:00 +0000 (+0200) Subject: liblzma: Remove unneeded from fastpos_tablegen.c. X-Git-Tag: v5.3.2alpha~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3ed19a55fe99a45bd77614e149d39d18498075c;p=thirdparty%2Fxz.git liblzma: Remove unneeded 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 index c97e6f41..d4484c82 100644 --- a/src/liblzma/lzma/fastpos_tablegen.c +++ b/src/liblzma/lzma/fastpos_tablegen.c @@ -11,7 +11,6 @@ // /////////////////////////////////////////////////////////////////////////////// -#include #include #include #include "fastpos.h"