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.
This commit is contained in:
Lasse Collin 2020-02-24 23:01:00 +02:00
parent 7b8982b291
commit b3ed19a55f
1 changed files with 0 additions and 1 deletions

View File

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