| Index: third_party/libwebp/utils/color_cache.c
|
| diff --git a/third_party/libwebp/utils/color_cache.c b/third_party/libwebp/utils/color_cache.c
|
| index f9ff4b5451fa6680efc65439289cae67f737751c..c34b2e7f1a636c9aeaa972d7471ed77efb195913 100644
|
| --- a/third_party/libwebp/utils/color_cache.c
|
| +++ b/third_party/libwebp/utils/color_cache.c
|
| @@ -15,7 +15,7 @@
|
| #include <stdlib.h>
|
| #include <string.h>
|
| #include "./color_cache.h"
|
| -#include "../utils/utils.h"
|
| +#include "./utils.h"
|
|
|
| //------------------------------------------------------------------------------
|
| // VP8LColorCache.
|
|
|