Merge "remove useless #include"

This commit is contained in:
James Zern 2016-02-17 23:17:12 +00:00 committed by Gerrit Code Review
commit db86088426

View File

@ -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