Chromium Code Reviews

Unified Diff: include/libyuv/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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « include/libyuv/rotate_row.h ('k') | include/libyuv/scale.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/libyuv/row.h
diff --git a/include/libyuv/row.h b/include/libyuv/row.h
index b5d9aaa17acf12286cd1d49e176374fad5b92fd3..0897c926782e0e8f0c38cbf6495f0c00c0c1791e 100644
--- a/include/libyuv/row.h
+++ b/include/libyuv/row.h
@@ -13,7 +13,7 @@
#include <stdlib.h> // For malloc.
-#include "libyuv/basic_types.h"
+#include "basic_types.h"
#ifdef __cplusplus
namespace libyuv {
« no previous file with comments | « include/libyuv/rotate_row.h ('k') | include/libyuv/scale.h » ('j') | no next file with comments »

Powered by Google App Engine