| Index: include/libyuv/convert_argb.h
|
| diff --git a/include/libyuv/convert_argb.h b/include/libyuv/convert_argb.h
|
| index ce4e3d0751575757e09c6d22a3fca8d2ac9e6b4e..1fb0ffa9ee0e4ef1357d3fa34594b70c5eefea39 100644
|
| --- a/include/libyuv/convert_argb.h
|
| +++ b/include/libyuv/convert_argb.h
|
| @@ -11,11 +11,11 @@
|
| #ifndef INCLUDE_LIBYUV_CONVERT_ARGB_H_ // NOLINT
|
| #define INCLUDE_LIBYUV_CONVERT_ARGB_H_
|
|
|
| -#include "libyuv/basic_types.h"
|
| +#include "basic_types.h"
|
| // TODO(fbarchard): Remove the following headers includes
|
| -#include "libyuv/convert_from.h"
|
| -#include "libyuv/planar_functions.h"
|
| -#include "libyuv/rotate.h"
|
| +#include "convert_from.h"
|
| +#include "planar_functions.h"
|
| +#include "rotate.h"
|
|
|
| // TODO(fbarchard): This set of functions should exactly match convert.h
|
| // TODO(fbarchard): Add tests. Create random content of right size and convert
|
|
|