From 75f4af4d5416db063abce7824135b5d7f3c10b1d Mon Sep 17 00:00:00 2001 From: Pascal Massimino Date: Mon, 25 Jan 2016 09:34:10 -0800 Subject: [PATCH] remove useless #include Change-Id: Id34f12ec94d8be6853fabd67609a6006ac99f152 --- src/enc/vp8enci.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/enc/vp8enci.h b/src/enc/vp8enci.h index 1a7ebe57..b0c2c15b 100644 --- a/src/enc/vp8enci.h +++ b/src/enc/vp8enci.h @@ -22,10 +22,6 @@ #include "../utils/utils.h" #include "../webp/encode.h" -#ifdef WEBP_EXPERIMENTAL_FEATURES -#include "./vp8li.h" -#endif // WEBP_EXPERIMENTAL_FEATURES - #ifdef __cplusplus extern "C" { #endif