]> wimlib.net Git - wimlib/commitdiff
Remove a few unnecessary includes
authorEric Biggers <ebiggers3@gmail.com>
Sun, 8 Jun 2014 02:28:22 +0000 (21:28 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sun, 8 Jun 2014 02:28:30 +0000 (21:28 -0500)
include/wimlib/decompress_common.h
src/compress_common.c
src/decompress_common.c

index 9efd0ef3b55b019cb34cd811d9e3708c8ca1a027..ced37f98e5f89100929f937d9324d6be99e97f1a 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"
 
index e8ed00d3c3096e810b46d67ef4617d5196618058..959e1deb2d704b359acba3cdb4a8d5b1b04d3522 100644 (file)
@@ -33,7 +33,6 @@
 #include "wimlib/compress_common.h"
 #include "wimlib/util.h"
 
-#include <stdlib.h>
 #include <string.h>
 
 /* Writes @num_bits bits, given by the @num_bits least significant bits of
index 9743c7d0da6e9748d3e525839ce48fc3702d27d9..8ea02196610d01c8670fd9cf842d5d6b0cdcd30f 100644 (file)
@@ -29,7 +29,6 @@
 
 #include "wimlib/decompress_common.h"
 #include "wimlib/error.h"
-#include "wimlib/util.h"
 
 #include <string.h>