From 875b9c99efdbd5fcabf0213e0d392cb2876ed26a Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Fri, 8 Jan 2016 13:51:10 -0800 Subject: XFA: Remove relative includes outside of xfa/. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1572523002 . --- core/src/fxcrt/fx_arabic.cpp | 2 +- core/src/fxcrt/fx_arabic.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'core/src/fxcrt') diff --git a/core/src/fxcrt/fx_arabic.cpp b/core/src/fxcrt/fx_arabic.cpp index 1869cb2008..7fb93cfe07 100644 --- a/core/src/fxcrt/fx_arabic.cpp +++ b/core/src/fxcrt/fx_arabic.cpp @@ -4,7 +4,7 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "../../include/fxcrt/fx_ucd.h" +#include "core/include/fxcrt/fx_ucd.h" #include "fx_arabic.h" namespace { diff --git a/core/src/fxcrt/fx_arabic.h b/core/src/fxcrt/fx_arabic.h index 8fde73d5d9..9a1758683b 100644 --- a/core/src/fxcrt/fx_arabic.h +++ b/core/src/fxcrt/fx_arabic.h @@ -7,7 +7,7 @@ #ifndef CORE_SRC_FXCRT_FX_ARABIC_H_ #define CORE_SRC_FXCRT_FX_ARABIC_H_ -#include "../../include/fxcrt/fx_arb.h" +#include "core/include/fxcrt/fx_arb.h" class CFX_ArabicChar : public IFX_ArabicChar { public: -- cgit v1.2.3