]> wimlib.net Git - wimlib/blobdiff - src/lzx-decomp.c
Get rid of huffman.c and huffman.h
[wimlib] / src / lzx-decomp.c
index 4715c71a0167b887a173a81c3a193329f8253f2d..55f0f61234a298122e9941753757cbaf0b7d5242 100644 (file)
  */
 
 #include "util.h"
-#include "huffman.h"
 #include "lzx.h"
 
 #include "decomp.h"