]> wimlib.net Git - wimlib/blobdiff - include/wimlib/decompress_common.h
A few comment fixes
[wimlib] / include / wimlib / decompress_common.h
index 9efd0ef3b55b019cb34cd811d9e3708c8ca1a027..c25d5e84838324efdc2d0bd77a4760c81859dbe0 100644 (file)
@@ -9,7 +9,6 @@
 
 #include "wimlib/assert.h"
 #include "wimlib/compiler.h"
-#include "wimlib/error.h"
 #include "wimlib/endianness.h"
 #include "wimlib/types.h"
 
@@ -200,4 +199,4 @@ make_huffman_decode_table(u16 decode_table[], unsigned num_syms,
                          unsigned num_bits, const u8 lens[],
                          unsigned max_codeword_len);
 
-#endif /* _WIMLIB_DECOMPRESS_H */
+#endif /* _WIMLIB_DECOMPRESS_COMMON_H */