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

Unified Diff: include/libyuv/planar_functions.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/mjpeg_decoder.h ('k') | include/libyuv/rotate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/libyuv/planar_functions.h
diff --git a/include/libyuv/planar_functions.h b/include/libyuv/planar_functions.h
index 9c19a59dfefb04aaf133409f418adeb4285aa9b0..5aacc8324035beb86a1a2344cb14bdca1596e78d 100644
--- a/include/libyuv/planar_functions.h
+++ b/include/libyuv/planar_functions.h
@@ -11,11 +11,11 @@
#ifndef INCLUDE_LIBYUV_PLANAR_FUNCTIONS_H_ // NOLINT
#define INCLUDE_LIBYUV_PLANAR_FUNCTIONS_H_
-#include "libyuv/basic_types.h"
+#include "basic_types.h"
// TODO(fbarchard): Remove the following headers includes.
-#include "libyuv/convert.h"
-#include "libyuv/convert_argb.h"
+#include "convert.h"
+#include "convert_argb.h"
#ifdef __cplusplus
namespace libyuv {
« no previous file with comments | « include/libyuv/mjpeg_decoder.h ('k') | include/libyuv/rotate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698