diff options
Diffstat (limited to 'drivers/webp/enc/vp8li.h')
-rw-r--r-- | drivers/webp/enc/vp8li.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/webp/enc/vp8li.h b/drivers/webp/enc/vp8li.h index eae90dd61f..bb111aec33 100644 --- a/drivers/webp/enc/vp8li.h +++ b/drivers/webp/enc/vp8li.h @@ -14,8 +14,8 @@ #include "./histogram.h" #include "../utils/bit_writer.h" -#include "../webp/encode.h" -#include "../webp/format_constants.h" +#include "../encode.h" +#include "../format_constants.h" #if defined(__cplusplus) || defined(c_plusplus) extern "C" { |