From bde53d25de8cba5657aa7f63a301288663fa58e5 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Thu, 12 Nov 2015 22:21:30 -0800 Subject: Merge to XFA: Remove relative includes. That refer to parent directories. TBR=dsinclair@chromium.org Review URL: https://codereview.chromium.org/1434223002 . (cherry picked from commit 22bc4227fbbda5a5e9abad2a2c0a98c04fe7f228) Review URL: https://codereview.chromium.org/1439223003 . --- fpdfsdk/src/fxedit/fxet_ap.cpp | 6 +++--- fpdfsdk/src/fxedit/fxet_edit.cpp | 4 ++-- fpdfsdk/src/fxedit/fxet_list.cpp | 6 +++--- fpdfsdk/src/fxedit/fxet_module.cpp | 6 +++--- fpdfsdk/src/fxedit/fxet_pageobjs.cpp | 6 +++--- 5 files changed, 14 insertions(+), 14 deletions(-) (limited to 'fpdfsdk/src/fxedit') diff --git a/fpdfsdk/src/fxedit/fxet_ap.cpp b/fpdfsdk/src/fxedit/fxet_ap.cpp index 4e92099417..bdce7c05db 100644 --- a/fpdfsdk/src/fxedit/fxet_ap.cpp +++ b/fpdfsdk/src/fxedit/fxet_ap.cpp @@ -4,9 +4,9 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "../../include/fxedit/fxet_stub.h" -#include "../../include/fxedit/fx_edit.h" -#include "../../include/fxedit/fxet_edit.h" +#include "fpdfsdk/include/fxedit/fx_edit.h" +#include "fpdfsdk/include/fxedit/fxet_edit.h" +#include "fpdfsdk/include/fxedit/fxet_stub.h" CFX_ByteString GetPDFWordString(IFX_Edit_FontMap* pFontMap, int32_t nFontIndex, diff --git a/fpdfsdk/src/fxedit/fxet_edit.cpp b/fpdfsdk/src/fxedit/fxet_edit.cpp index 218ed16165..cca0319eb5 100644 --- a/fpdfsdk/src/fxedit/fxet_edit.cpp +++ b/fpdfsdk/src/fxedit/fxet_edit.cpp @@ -4,8 +4,8 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "../../include/fxedit/fxet_stub.h" -#include "../../include/fxedit/fxet_edit.h" +#include "fpdfsdk/include/fxedit/fxet_edit.h" +#include "fpdfsdk/include/fxedit/fxet_stub.h" #define FX_EDIT_UNDO_MAXITEM 10000 diff --git a/fpdfsdk/src/fxedit/fxet_list.cpp b/fpdfsdk/src/fxedit/fxet_list.cpp index ff4723e514..19d41ccf41 100644 --- a/fpdfsdk/src/fxedit/fxet_list.cpp +++ b/fpdfsdk/src/fxedit/fxet_list.cpp @@ -4,9 +4,9 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "../../include/fxedit/fxet_stub.h" -#include "../../include/fxedit/fxet_edit.h" -#include "../../include/fxedit/fxet_list.h" +#include "fpdfsdk/include/fxedit/fxet_edit.h" +#include "fpdfsdk/include/fxedit/fxet_list.h" +#include "fpdfsdk/include/fxedit/fxet_stub.h" /* ------------------------------- CFX_ListItem * ---------------------------------- */ diff --git a/fpdfsdk/src/fxedit/fxet_module.cpp b/fpdfsdk/src/fxedit/fxet_module.cpp index 5c0086ae21..12f2c86e03 100644 --- a/fpdfsdk/src/fxedit/fxet_module.cpp +++ b/fpdfsdk/src/fxedit/fxet_module.cpp @@ -4,9 +4,9 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "../../include/fxedit/fxet_stub.h" -#include "../../include/fxedit/fxet_edit.h" -#include "../../include/fxedit/fxet_list.h" +#include "fpdfsdk/include/fxedit/fxet_edit.h" +#include "fpdfsdk/include/fxedit/fxet_list.h" +#include "fpdfsdk/include/fxedit/fxet_stub.h" /* ---------------------- IFX_Edit ---------------------- */ diff --git a/fpdfsdk/src/fxedit/fxet_pageobjs.cpp b/fpdfsdk/src/fxedit/fxet_pageobjs.cpp index 9c18943a81..88f97da7f8 100644 --- a/fpdfsdk/src/fxedit/fxet_pageobjs.cpp +++ b/fpdfsdk/src/fxedit/fxet_pageobjs.cpp @@ -4,9 +4,9 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "../../include/fxedit/fxet_stub.h" -#include "../../include/fxedit/fx_edit.h" -#include "../../include/fxedit/fxet_edit.h" +#include "fpdfsdk/include/fxedit/fx_edit.h" +#include "fpdfsdk/include/fxedit/fxet_edit.h" +#include "fpdfsdk/include/fxedit/fxet_stub.h" #define FX_EDIT_UNDERLINEHALFWIDTH 0.5f #define FX_EDIT_CROSSOUTHALFWIDTH 0.5f -- cgit v1.2.3