Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: include/libyuv/convert.h

Issue 2006943002: remove includes for duplicate functions (Closed) Base URL: https://chromium.googlesource.com/libyuv/libyuv@master
Patch Set: tried removing row.h but its needed for alloc Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « README.chromium ('k') | include/libyuv/convert_argb.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « README.chromium ('k') | include/libyuv/convert_argb.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698