summaryrefslogtreecommitdiff
path: root/drivers/webp/enc/vp8l.c
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/enc/vp8l.c
parent1a2cb755e2d8b9d59178f36702f6dff7235b9088 (diff)
fix include paths in webp
Diffstat (limited to 'drivers/webp/enc/vp8l.c')
-rw-r--r--drivers/webp/enc/vp8l.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/webp/enc/vp8l.c b/drivers/webp/enc/vp8l.c
index 9c202f8d36..f4eb6e783f 100644
--- a/drivers/webp/enc/vp8l.c
+++ b/drivers/webp/enc/vp8l.c
@@ -21,7 +21,7 @@
#include "../utils/bit_writer.h"
#include "../utils/huffman_encode.h"
#include "../utils/utils.h"
-#include "../webp/format_constants.h"
+#include "../format_constants.h"
#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {