| Index: include/libyuv/planar_functions.h
|
| diff --git a/include/libyuv/planar_functions.h b/include/libyuv/planar_functions.h
|
| index 9c19a59dfefb04aaf133409f418adeb4285aa9b0..5aacc8324035beb86a1a2344cb14bdca1596e78d 100644
|
| --- a/include/libyuv/planar_functions.h
|
| +++ b/include/libyuv/planar_functions.h
|
| @@ -11,11 +11,11 @@
|
| #ifndef INCLUDE_LIBYUV_PLANAR_FUNCTIONS_H_ // NOLINT
|
| #define INCLUDE_LIBYUV_PLANAR_FUNCTIONS_H_
|
|
|
| -#include "libyuv/basic_types.h"
|
| +#include "basic_types.h"
|
|
|
| // TODO(fbarchard): Remove the following headers includes.
|
| -#include "libyuv/convert.h"
|
| -#include "libyuv/convert_argb.h"
|
| +#include "convert.h"
|
| +#include "convert_argb.h"
|
|
|
| #ifdef __cplusplus
|
| namespace libyuv {
|
|
|