]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
liblzma: Remove unneeded <sys/types.h> from fastpos_tablegen.c.
authorLasse Collin <lasse.collin@tukaani.org>
Mon, 24 Feb 2020 21:01:00 +0000 (23:01 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Mon, 24 Feb 2020 21:23:18 +0000 (23:23 +0200)
This file only generates fastpos_table.c.
It isn't built as a part of liblzma.

src/liblzma/lzma/fastpos_tablegen.c

index c97e6f411c2774aad309bcd70851ec7644f40d9a..d4484c82d0b51fd8911a5eb639ef242af5da92dd 100644 (file)
@@ -11,7 +11,6 @@
 //
 ///////////////////////////////////////////////////////////////////////////////
 
-#include <sys/types.h>
 #include <inttypes.h>
 #include <stdio.h>
 #include "fastpos.h"