From 55f1b41f8c2e4b53fbdd1f601389abc49795e4d4 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sat, 7 Jun 2014 21:28:22 -0500 Subject: [PATCH] Remove a few unnecessary includes --- include/wimlib/decompress_common.h | 1 - src/compress_common.c | 1 - src/decompress_common.c | 1 - 3 files changed, 3 deletions(-) diff --git a/include/wimlib/decompress_common.h b/include/wimlib/decompress_common.h index 9efd0ef3..ced37f98 100644 --- a/include/wimlib/decompress_common.h +++ b/include/wimlib/decompress_common.h @@ -9,7 +9,6 @@ #include "wimlib/assert.h" #include "wimlib/compiler.h" -#include "wimlib/error.h" #include "wimlib/endianness.h" #include "wimlib/types.h" diff --git a/src/compress_common.c b/src/compress_common.c index e8ed00d3..959e1deb 100644 --- a/src/compress_common.c +++ b/src/compress_common.c @@ -33,7 +33,6 @@ #include "wimlib/compress_common.h" #include "wimlib/util.h" -#include #include /* Writes @num_bits bits, given by the @num_bits least significant bits of diff --git a/src/decompress_common.c b/src/decompress_common.c index 9743c7d0..8ea02196 100644 --- a/src/decompress_common.c +++ b/src/decompress_common.c @@ -29,7 +29,6 @@ #include "wimlib/decompress_common.h" #include "wimlib/error.h" -#include "wimlib/util.h" #include -- 2.43.0