summaryrefslogtreecommitdiff
path: root/drivers/webp/utils/huffman.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/webp/utils/huffman.c')
-rw-r--r--drivers/webp/utils/huffman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/webp/utils/huffman.c b/drivers/webp/utils/huffman.c
index 41529cc9da..1cc1cfd355 100644
--- a/drivers/webp/utils/huffman.c
+++ b/drivers/webp/utils/huffman.c
@@ -13,7 +13,7 @@
#include <stdlib.h>
#include "./huffman.h"
#include "../utils/utils.h"
-#include "../webp/format_constants.h"
+#include "../format_constants.h"
#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {