]> wimlib.net Git - wimlib/blobdiff - src/xpress-decompress.c
Refactor headers
[wimlib] / src / xpress-decompress.c
index 6756b159465d13e72ce5b071ce3531df7c74ef20..584fa4aa7299966430e40cf308b0a4377f0aaf27 100644 (file)
  * extra symbol is there or not.
  */
 
  * 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
 #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.
 
 /*
  * Decodes a symbol @huffsym that begins an XPRESS match.