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

Unified Diff: unit_test/scale_argb_test.cc

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 | « source/convert_jpeg.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: unit_test/scale_argb_test.cc
diff --git a/unit_test/scale_argb_test.cc b/unit_test/scale_argb_test.cc
index 747f54ebdb58e3cd45e86ba1228ae5e1c09647d6..d470ff1de7799462ee0decd22c79d92a3109eb97 100644
--- a/unit_test/scale_argb_test.cc
+++ b/unit_test/scale_argb_test.cc
@@ -11,9 +11,9 @@
#include <stdlib.h>
#include <time.h>
-#include "libyuv/convert.h"
+#include "libyuv/convert_argb.h"
#include "libyuv/cpu_id.h"
-#include "libyuv/row.h"
+#include "libyuv/row.h" // For align_buffer_64
#include "libyuv/scale_argb.h"
#include "libyuv/video_common.h"
#include "../unit_test/unit_test.h"
« no previous file with comments | « source/convert_jpeg.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698