diff options
Diffstat (limited to 'drivers/webp/utils/huffman.c')
-rw-r--r-- | drivers/webp/utils/huffman.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/webp/utils/huffman.c b/drivers/webp/utils/huffman.c index e6f482a6a8..7c9d83db9a 100644 --- a/drivers/webp/utils/huffman.c +++ b/drivers/webp/utils/huffman.c @@ -15,8 +15,8 @@ #include <stdlib.h> #include <string.h> #include "./huffman.h" -#include "../utils/utils.h" #include "webp/format_constants.h" +#include "./utils.h" // Huffman data read via DecodeImageStream is represented in two (red and green) // bytes. |