Index: include/libyuv/convert_argb.h |
diff --git a/include/libyuv/convert_argb.h b/include/libyuv/convert_argb.h |
index ce4e3d0751575757e09c6d22a3fca8d2ac9e6b4e..079d273b11ce7ba146ed141c2fdf66a26933e82c 100644 |
--- a/include/libyuv/convert_argb.h |
+++ b/include/libyuv/convert_argb.h |
@@ -12,10 +12,8 @@ |
#define INCLUDE_LIBYUV_CONVERT_ARGB_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. |
// TODO(fbarchard): This set of functions should exactly match convert.h |
// TODO(fbarchard): Add tests. Create random content of right size and convert |