]> wimlib.net Git - wimlib/commitdiff
lzx-compress.c: Remove unneeded headers
authorEric Biggers <ebiggers3@gmail.com>
Thu, 2 Jan 2014 17:08:39 +0000 (11:08 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Thu, 2 Jan 2014 17:08:39 +0000 (11:08 -0600)
src/lzx-compress.c

index 0c891a7263dacd661cbb680714df8436b0b26e38..351b23154eff4bf307d018ce84e9520857a9376e 100644 (file)
 #include "wimlib/lz_sarray.h"
 #include "wimlib/lzx.h"
 #include "wimlib/util.h"
-#include <pthread.h>
-#include <math.h>
 #include <string.h>
 
 #ifdef ENABLE_LZX_DEBUG