diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-06-04 19:05:21 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-06-04 19:05:21 -0700 |
commit | 6675a80c6afe3652b7bd918b80a16a8effb51b8f (patch) | |
tree | 869efaae9312c11bb8f2fb7c707690a3fa468708 /core/src/fpdfdoc | |
parent | 76510e4127dc938d121ac5026000f3b0d84a2d46 (diff) | |
download | pdfium-6675a80c6afe3652b7bd918b80a16a8effb51b8f.tar.xz |
Merge to XFA: Move fx_safe_types.h to include/ directory.
Original Review URL: https://codereview.chromium.org/1147353006
TBR=thestig@chromium.org
Review URL: https://codereview.chromium.org/1152693005
Diffstat (limited to 'core/src/fpdfdoc')
-rw-r--r-- | core/src/fpdfdoc/doc_link.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/fpdfdoc/doc_link.cpp b/core/src/fpdfdoc/doc_link.cpp index 4a42e21388..2f770d7d00 100644 --- a/core/src/fpdfdoc/doc_link.cpp +++ b/core/src/fpdfdoc/doc_link.cpp @@ -5,7 +5,7 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #include "../../include/fpdfdoc/fpdf_doc.h" -#include "../../src/fxcrt/fx_safe_types.h" +#include "../../include/fxcrt/fx_safe_types.h" CPDF_LinkList::~CPDF_LinkList() { |