diff options
author | Marqin <marqin.pl@gmail.com> | 2014-09-14 21:26:31 +0200 |
---|---|---|
committer | Marqin <marqin.pl@gmail.com> | 2014-09-14 21:43:15 +0200 |
commit | 21a3aa56c90db372cac63c0bcac13404d38521bd (patch) | |
tree | e57b9b939d6aa3a376090d259ba0e07329fd37f3 /drivers/webp/enc/alpha.c | |
parent | 1a2cb755e2d8b9d59178f36702f6dff7235b9088 (diff) |
fix include paths in webp
Diffstat (limited to 'drivers/webp/enc/alpha.c')
-rw-r--r-- | drivers/webp/enc/alpha.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/webp/enc/alpha.c b/drivers/webp/enc/alpha.c index 0e519b6c66..e554eb7f30 100644 --- a/drivers/webp/enc/alpha.c +++ b/drivers/webp/enc/alpha.c @@ -15,7 +15,7 @@ #include "./vp8enci.h" #include "../utils/filters.h" #include "../utils/quant_levels.h" -#include "../webp/format_constants.h" +#include "../format_constants.h" #if defined(__cplusplus) || defined(c_plusplus) extern "C" { |