diff options
Diffstat (limited to 'drivers/webp/utils/huffman.h')
-rw-r--r-- | drivers/webp/utils/huffman.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/webp/utils/huffman.h b/drivers/webp/utils/huffman.h index 70220a67fb..f16447e649 100644 --- a/drivers/webp/utils/huffman.h +++ b/drivers/webp/utils/huffman.h @@ -13,7 +13,7 @@ #define WEBP_UTILS_HUFFMAN_H_ #include <assert.h> -#include "../webp/types.h" +#include "../types.h" #if defined(__cplusplus) || defined(c_plusplus) extern "C" { |