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

Unified Diff: include/libyuv/convert.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/compare_row.h ('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..2a1f9f2c7f08beb007e0fad28336e5d6c65bfede 100644
--- a/include/libyuv/convert.h
+++ b/include/libyuv/convert.h
@@ -11,11 +11,11 @@
#ifndef INCLUDE_LIBYUV_CONVERT_H_ // NOLINT
#define INCLUDE_LIBYUV_CONVERT_H_
-#include "libyuv/basic_types.h"
+#include "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 "convert_from.h"
+#include "planar_functions.h"
+#include "rotate.h"
#ifdef __cplusplus
namespace libyuv {
« no previous file with comments | « include/libyuv/compare_row.h ('k') | include/libyuv/convert_argb.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698