From e787884454dfadfd7fcc5527ff337c984fa92133 Mon Sep 17 00:00:00 2001 From: Maxwell Bernstein Date: Sun, 21 Oct 2018 16:07:34 -0700 Subject: [PATCH] Remove double include Fixes #221 --- src/encode.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/encode.c b/src/encode.c index 60947103..8407b757 100644 --- a/src/encode.c +++ b/src/encode.c @@ -44,7 +44,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.*/ #include "partition.h" #include "pvq_encoder.h" #include "block_size.h" -#include "logging.h" #include "tf.h" #include "state.h" #include "mcenc.h"