summaryrefslogtreecommitdiff
path: root/drivers/webp/utils/quant_levels.h
diff options
context:
space:
mode:
authorMarqin <marqin.pl@gmail.com>2014-09-14 21:26:31 +0200
committerMarqin <marqin.pl@gmail.com>2014-09-14 21:43:15 +0200
commit21a3aa56c90db372cac63c0bcac13404d38521bd (patch)
treee57b9b939d6aa3a376090d259ba0e07329fd37f3 /drivers/webp/utils/quant_levels.h
parent1a2cb755e2d8b9d59178f36702f6dff7235b9088 (diff)
fix include paths in webp
Diffstat (limited to 'drivers/webp/utils/quant_levels.h')
-rw-r--r--drivers/webp/utils/quant_levels.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/webp/utils/quant_levels.h b/drivers/webp/utils/quant_levels.h
index 89ccafe40d..4f165fd230 100644
--- a/drivers/webp/utils/quant_levels.h
+++ b/drivers/webp/utils/quant_levels.h
@@ -14,7 +14,7 @@
#include <stdlib.h>
-#include "../webp/types.h"
+#include "../types.h"
#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {