Chromium Code Reviews

Unified Diff: include/libyuv/rotate_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_argb.h ('k') | include/libyuv/row.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/libyuv/rotate_row.h
diff --git a/include/libyuv/rotate_row.h b/include/libyuv/rotate_row.h
index ebc487f9abf47ae4df92a4f2adce90e3e6a0deeb..7cd9215155c2019172f3ddd92984ef4bca91abd3 100644
--- a/include/libyuv/rotate_row.h
+++ b/include/libyuv/rotate_row.h
@@ -11,7 +11,7 @@
#ifndef INCLUDE_LIBYUV_ROTATE_ROW_H_ // NOLINT
#define INCLUDE_LIBYUV_ROTATE_ROW_H_
-#include "libyuv/basic_types.h"
+#include "basic_types.h"
#ifdef __cplusplus
namespace libyuv {
« no previous file with comments | « include/libyuv/rotate_argb.h ('k') | include/libyuv/row.h » ('j') | no next file with comments »

Powered by Google App Engine