Chromium Code Reviews

Unified Diff: include/libyuv/convert_from.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/convert_argb.h ('k') | include/libyuv/convert_from_argb.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/libyuv/convert_from.h
diff --git a/include/libyuv/convert_from.h b/include/libyuv/convert_from.h
index 9fd8d4de5f3fef5c1e23704f4a331d9367e4456c..dff594c11a6c5a7b84680f028007862874bf1199 100644
--- a/include/libyuv/convert_from.h
+++ b/include/libyuv/convert_from.h
@@ -11,8 +11,8 @@
#ifndef INCLUDE_LIBYUV_CONVERT_FROM_H_ // NOLINT
#define INCLUDE_LIBYUV_CONVERT_FROM_H_
-#include "libyuv/basic_types.h"
-#include "libyuv/rotate.h"
+#include "basic_types.h"
+#include "rotate.h"
#ifdef __cplusplus
namespace libyuv {
« no previous file with comments | « include/libyuv/convert_argb.h ('k') | include/libyuv/convert_from_argb.h » ('j') | no next file with comments »

Powered by Google App Engine