diff options
author | Lei Zhang <thestig@chromium.org> | 2015-06-15 16:44:14 -0700 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2015-06-15 16:44:14 -0700 |
commit | 0ef0de55657db8a83372ad8eb22d84c5893afc4c (patch) | |
tree | 76082cf24870d47ebb6176a40d1979ef68c365d4 /core/src/fpdfdoc | |
parent | 9869e6782f247177955eab27d3d480026365e75b (diff) | |
download | pdfium-0ef0de55657db8a83372ad8eb22d84c5893afc4c.tar.xz |
Do some IWYU cleanups.
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1176333002.
Diffstat (limited to 'core/src/fpdfdoc')
-rw-r--r-- | core/src/fpdfdoc/doc_form.cpp | 1 | ||||
-rw-r--r-- | core/src/fpdfdoc/doc_link.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/core/src/fpdfdoc/doc_form.cpp b/core/src/fpdfdoc/doc_form.cpp index 4124c8f6b4..2b59bee6ee 100644 --- a/core/src/fpdfdoc/doc_form.cpp +++ b/core/src/fpdfdoc/doc_form.cpp @@ -5,7 +5,6 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #include "../../include/fpdfdoc/fpdf_doc.h" -#include "../../include/fxcrt/fx_xml.h" #include "doc_utils.h" const int nMaxRecursion = 32; diff --git a/core/src/fpdfdoc/doc_link.cpp b/core/src/fpdfdoc/doc_link.cpp index 56c3ed2e37..fdae96ac2e 100644 --- a/core/src/fpdfdoc/doc_link.cpp +++ b/core/src/fpdfdoc/doc_link.cpp @@ -5,7 +5,6 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #include "../../include/fpdfdoc/fpdf_doc.h" -#include "../../include/fxcrt/fx_safe_types.h" CPDF_LinkList::~CPDF_LinkList() { |