1
0
espelhamento de https://git.tukaani.org/xz.git sincronizado 2025-12-15 09:58:45 +00:00

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.
Esse commit está contido em:
Lasse Collin 2020-02-24 23:01:00 +02:00
commit b3ed19a55f

Ver arquivo

@ -11,7 +11,6 @@
//
///////////////////////////////////////////////////////////////////////////////
#include <sys/types.h>
#include <inttypes.h>
#include <stdio.h>
#include "fastpos.h"