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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/webp/utils/huffman.c b/drivers/webp/utils/huffman.c
index e6f482a6a8..36e5502836 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"
+#include "../webp/format_constants.h"
// Huffman data read via DecodeImageStream is represented in two (red and green)
// bytes.