diff options
author | Lei Zhang <thestig@chromium.org> | 2018-09-04 17:41:07 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-09-04 17:41:07 +0000 |
commit | d8b5feae1180185b7d1a41682b2b1a565dd5c630 (patch) | |
tree | 58cdd6e4790e4cc2f1763f3a48b622bf8807b0c8 /xfa | |
parent | a38996be8593ba78d3eb31e30d2d6f7c61990ec6 (diff) | |
download | pdfium-d8b5feae1180185b7d1a41682b2b1a565dd5c630.tar.xz |
Remove unneeded fpdf_parser_decode.h #includes.
Change-Id: I2c52828c25b4941669503328517c12a0a1dd770e
Reviewed-on: https://pdfium-review.googlesource.com/41850
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'xfa')
-rw-r--r-- | xfa/fxfa/cxfa_ffdoc.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fxfa/cxfa_ffdoc.cpp b/xfa/fxfa/cxfa_ffdoc.cpp index 44c1b7912b..64ecf255a8 100644 --- a/xfa/fxfa/cxfa_ffdoc.cpp +++ b/xfa/fxfa/cxfa_ffdoc.cpp @@ -12,7 +12,6 @@ #include "core/fpdfapi/parser/cpdf_array.h" #include "core/fpdfapi/parser/cpdf_document.h" -#include "core/fpdfapi/parser/fpdf_parser_decode.h" #include "core/fpdfdoc/cpdf_nametree.h" #include "core/fxcrt/cfx_readonlymemorystream.h" #include "core/fxcrt/cfx_seekablemultistream.h" |