From a9fa50f723654c4e8b26909bb686eaa3721df155 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Tue, 10 Nov 2015 09:45:32 -0800 Subject: Merge to XFA: Fix relative includes within core/ TBR=tsepez@chromium.org Review URL: https://codereview.chromium.org/1427633010 . (cherry picked from commit 9fb27cb9797937499c9678bc74cf7846cbf5d2b8) Review URL: https://codereview.chromium.org/1438573002 . --- core/src/fpdftext/text_int.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/src/fpdftext/text_int.h') diff --git a/core/src/fpdftext/text_int.h b/core/src/fpdftext/text_int.h index d10c5501e6..576ab7ca9a 100644 --- a/core/src/fpdftext/text_int.h +++ b/core/src/fpdftext/text_int.h @@ -7,9 +7,9 @@ #ifndef CORE_SRC_FPDFTEXT_TEXT_INT_H_ #define CORE_SRC_FPDFTEXT_TEXT_INT_H_ -#include "../../include/fpdftext/fpdf_text.h" -#include "../../include/fxcrt/fx_arb.h" -#include "../../include/fxcrt/fx_basic.h" +#include "core/include/fpdftext/fpdf_text.h" +#include "core/include/fxcrt/fx_arb.h" +#include "core/include/fxcrt/fx_basic.h" class CFX_BidiChar; class CPDF_DocProgressiveSearch; -- cgit v1.2.3