| Index: source/libvpx/third_party/libyuv/include/libyuv/planar_functions.h
|
| ===================================================================
|
| --- source/libvpx/third_party/libyuv/include/libyuv/planar_functions.h (revision 290053)
|
| +++ source/libvpx/third_party/libyuv/include/libyuv/planar_functions.h (working copy)
|
| @@ -11,11 +11,11 @@
|
| #ifndef INCLUDE_LIBYUV_PLANAR_FUNCTIONS_H_ // NOLINT
|
| #define INCLUDE_LIBYUV_PLANAR_FUNCTIONS_H_
|
|
|
| -#include "basic_types.h"
|
| +#include "libyuv/basic_types.h"
|
|
|
| // TODO(fbarchard): Remove the following headers includes.
|
| -// #include "convert.h"
|
| -// #include "convert_argb.h"
|
| +#include "libyuv/convert.h"
|
| +#include "libyuv/convert_argb.h"
|
|
|
| #ifdef __cplusplus
|
| namespace libyuv {
|
|
|