diff options
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" { |