| Index: include/libyuv/convert.h
|
| diff --git a/include/libyuv/convert.h b/include/libyuv/convert.h
|
| index a8d3fa07ace2f67e93d4333785a7478c17242a89..a2cdc5718ee1e2d438bee8ffbc85c78023b02a05 100644
|
| --- a/include/libyuv/convert.h
|
| +++ b/include/libyuv/convert.h
|
| @@ -12,10 +12,8 @@
|
| #define INCLUDE_LIBYUV_CONVERT_H_
|
|
|
| #include "libyuv/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 "libyuv/rotate.h" // For enum RotationMode.
|
|
|
| #ifdef __cplusplus
|
| namespace libyuv {
|
|
|