| Index: third_party/libwebp/utils/huffman.c
|
| diff --git a/third_party/libwebp/utils/huffman.c b/third_party/libwebp/utils/huffman.c
|
| index d57376aa6b151d98786e1e67c25632512d3dd0dd..36e5502836ab82bd5294f107e231c919601f19c8 100644
|
| --- a/third_party/libwebp/utils/huffman.c
|
| +++ b/third_party/libwebp/utils/huffman.c
|
| @@ -15,7 +15,7 @@
|
| #include <stdlib.h>
|
| #include <string.h>
|
| #include "./huffman.h"
|
| -#include "../utils/utils.h"
|
| +#include "./utils.h"
|
| #include "../webp/format_constants.h"
|
|
|
| // Huffman data read via DecodeImageStream is represented in two (red and green)
|
|
|