From 22bc4227fbbda5a5e9abad2a2c0a98c04fe7f228 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Thu, 12 Nov 2015 21:17:40 -0800 Subject: Remove relative includes. That refer to parent directories. R=dsinclair@chromium.org Review URL: https://codereview.chromium.org/1434223002 . --- third_party/base/numerics/safe_conversions.h | 2 +- third_party/base/numerics/safe_conversions_impl.h | 4 ++-- third_party/base/numerics/safe_math_impl.h | 4 ++-- third_party/lcms2-2.6/src/lcms2_internal.h | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'third_party') diff --git a/third_party/base/numerics/safe_conversions.h b/third_party/base/numerics/safe_conversions.h index e95608e0a5..dd0d1e47dc 100644 --- a/third_party/base/numerics/safe_conversions.h +++ b/third_party/base/numerics/safe_conversions.h @@ -7,8 +7,8 @@ #include -#include "../logging.h" #include "safe_conversions_impl.h" +#include "third_party/base/logging.h" namespace pdfium { namespace base { diff --git a/third_party/base/numerics/safe_conversions_impl.h b/third_party/base/numerics/safe_conversions_impl.h index f7afdfe31c..c974ee0590 100644 --- a/third_party/base/numerics/safe_conversions_impl.h +++ b/third_party/base/numerics/safe_conversions_impl.h @@ -8,8 +8,8 @@ #include #include -#include "../macros.h" -#include "../template_util.h" +#include "third_party/base/macros.h" +#include "third_party/base/template_util.h" namespace pdfium { namespace base { diff --git a/third_party/base/numerics/safe_math_impl.h b/third_party/base/numerics/safe_math_impl.h index 14897202bd..4209446694 100644 --- a/third_party/base/numerics/safe_math_impl.h +++ b/third_party/base/numerics/safe_math_impl.h @@ -11,9 +11,9 @@ #include #include -#include "../macros.h" -#include "../template_util.h" #include "safe_conversions.h" +#include "third_party/base/macros.h" +#include "third_party/base/template_util.h" namespace pdfium { namespace base { diff --git a/third_party/lcms2-2.6/src/lcms2_internal.h b/third_party/lcms2-2.6/src/lcms2_internal.h index 5119218ceb..8617e92eb1 100644 --- a/third_party/lcms2-2.6/src/lcms2_internal.h +++ b/third_party/lcms2-2.6/src/lcms2_internal.h @@ -29,7 +29,7 @@ // Include plug-in foundation #ifndef _lcms_plugin_H -# include "../include/lcms2_plugin.h" +#include "third_party/lcms2-2.6/include/lcms2_plugin.h" #endif // ctype is part of C99 as per 7.1.2 -- cgit v1.2.3