summaryrefslogtreecommitdiff
path: root/drivers/webp/utils/huffman_encode.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/webp/utils/huffman_encode.h')
-rw-r--r--drivers/webp/utils/huffman_encode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/webp/utils/huffman_encode.h b/drivers/webp/utils/huffman_encode.h
index cc3b38d330..7f4aedc102 100644
--- a/drivers/webp/utils/huffman_encode.h
+++ b/drivers/webp/utils/huffman_encode.h
@@ -12,7 +12,7 @@
#ifndef WEBP_UTILS_HUFFMAN_ENCODE_H_
#define WEBP_UTILS_HUFFMAN_ENCODE_H_
-#include "../webp/types.h"
+#include "../types.h"
#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {