diff options
author | volzhs <volzhs@gmail.com> | 2016-07-08 22:10:25 +0900 |
---|---|---|
committer | volzhs <volzhs@gmail.com> | 2016-07-08 22:10:25 +0900 |
commit | e55c6f823251fcff366c7ce93b3ab0bf1fdedd68 (patch) | |
tree | 3c1260fa665622d8f3269e454cef69ae66d6e7ce /drivers/webp/utils/huffman_encode.c | |
parent | ddd446f274d33d8624da3fd842c23e9ede0e6b11 (diff) | |
download | redot-engine-e55c6f823251fcff366c7ce93b3ab0bf1fdedd68.tar.gz |
Modified webp source codes for godot
Diffstat (limited to 'drivers/webp/utils/huffman_encode.c')
-rw-r--r-- | drivers/webp/utils/huffman_encode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/webp/utils/huffman_encode.c b/drivers/webp/utils/huffman_encode.c index 4e5ef6b447..0be414a8f8 100644 --- a/drivers/webp/utils/huffman_encode.c +++ b/drivers/webp/utils/huffman_encode.c @@ -15,8 +15,8 @@ #include <stdlib.h> #include <string.h> #include "./huffman_encode.h" +#include "webp/format_constants.h" #include "./utils.h" -#include "../webp/format_constants.h" // ----------------------------------------------------------------------------- // Util function to optimize the symbol map for RLE coding |