From: Eric Biggers Date: Thu, 2 Jan 2014 17:08:39 +0000 (-0600) Subject: lzx-compress.c: Remove unneeded headers X-Git-Tag: v1.6.0~9 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=bc935cde42375026594e2bb93443efa635273859 lzx-compress.c: Remove unneeded headers --- diff --git a/src/lzx-compress.c b/src/lzx-compress.c index 0c891a72..351b2315 100644 --- a/src/lzx-compress.c +++ b/src/lzx-compress.c @@ -162,8 +162,6 @@ #include "wimlib/lz_sarray.h" #include "wimlib/lzx.h" #include "wimlib/util.h" -#include -#include #include #ifdef ENABLE_LZX_DEBUG