X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fxpress-decompress.c;h=584fa4aa7299966430e40cf308b0a4377f0aaf27;hp=6756b159465d13e72ce5b071ce3531df7c74ef20;hb=e8c3ca2d1d0cac3d64985b45a9f654d2029a7518;hpb=726f9bbd0bd664294fce8a50be1d5b6881df8d16 diff --git a/src/xpress-decompress.c b/src/xpress-decompress.c index 6756b159..584fa4aa 100644 --- a/src/xpress-decompress.c +++ b/src/xpress-decompress.c @@ -71,12 +71,16 @@ * extra symbol is there or not. */ -#include "util.h" -#include "xpress.h" -#include "wimlib.h" +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif +#include "wimlib.h" +#include "wimlib/assert.h" #define XPRESS_DECOMP -#include "decompress.h" +#include "wimlib/decompress.h" +#include "wimlib/util.h" +#include "wimlib/xpress.h" /* * Decodes a symbol @huffsym that begins an XPRESS match.