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/scale_row.h

Issue 1977813002: Use relative filenames for internal includes. (Closed) Base URL: https://chromium.googlesource.com/libyuv/libyuv@master
Patch Set: 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 | « include/libyuv/scale_argb.h ('k') | include/libyuv/video_common.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/libyuv/scale_row.h
diff --git a/include/libyuv/scale_row.h b/include/libyuv/scale_row.h
index df699e6c2282af02ac679c88e67fb13b4238ee8a..147f83332d87a975e01fb814ef5fb6d041cc0062 100644
--- a/include/libyuv/scale_row.h
+++ b/include/libyuv/scale_row.h
@@ -11,8 +11,8 @@
#ifndef INCLUDE_LIBYUV_SCALE_ROW_H_ // NOLINT
#define INCLUDE_LIBYUV_SCALE_ROW_H_
-#include "libyuv/basic_types.h"
-#include "libyuv/scale.h"
+#include "basic_types.h"
+#include "scale.h"
#ifdef __cplusplus
namespace libyuv {
« no previous file with comments | « include/libyuv/scale_argb.h ('k') | include/libyuv/video_common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698