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

Unified Diff: include/libyuv/video_common.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_row.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/libyuv/video_common.h
diff --git a/include/libyuv/video_common.h b/include/libyuv/video_common.h
index ad934e42419003cce2df7b929c3d170d6ce4eee1..153f1efc96849f885324fe3f1e82bd2609e472f1 100644
--- a/include/libyuv/video_common.h
+++ b/include/libyuv/video_common.h
@@ -13,7 +13,7 @@
#ifndef INCLUDE_LIBYUV_VIDEO_COMMON_H_ // NOLINT
#define INCLUDE_LIBYUV_VIDEO_COMMON_H_
-#include "libyuv/basic_types.h"
+#include "basic_types.h"
#ifdef __cplusplus
namespace libyuv {
« no previous file with comments | « include/libyuv/scale_row.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698