| Index: include/libyuv/mjpeg_decoder.h
|
| diff --git a/include/libyuv/mjpeg_decoder.h b/include/libyuv/mjpeg_decoder.h
|
| index 8423121d11ec7b51e19a45da905b743660d0803a..fc4f9d266fb068351b2c659a5492e577b13a1f22 100644
|
| --- a/include/libyuv/mjpeg_decoder.h
|
| +++ b/include/libyuv/mjpeg_decoder.h
|
| @@ -11,7 +11,7 @@
|
| #ifndef INCLUDE_LIBYUV_MJPEG_DECODER_H_ // NOLINT
|
| #define INCLUDE_LIBYUV_MJPEG_DECODER_H_
|
|
|
| -#include "libyuv/basic_types.h"
|
| +#include "basic_types.h"
|
|
|
| #ifdef __cplusplus
|
| // NOTE: For a simplified public API use convert.h MJPGToI420().
|
|
|