diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-07-27 11:28:18 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-07-27 16:16:39 +0000 |
commit | 6f38b4b29c8daa41fe91cc5161d3d75511167ec6 (patch) | |
tree | c25642689a605e902ce23df0bc369707c37625e2 /xfa | |
parent | dbecba642f97ac629f9490597cf0a92a9996fec6 (diff) | |
download | pdfium-6f38b4b29c8daa41fe91cc5161d3d75511167ec6.tar.xz |
Fixup includes in xfa/fde/csschromium/3169
Change-Id: I6cdb439c4bccfb3708fb855d03aa65f220e6ff48
Reviewed-on: https://pdfium-review.googlesource.com/9250
Reviewed-by: Ryan Harrison <rharrison@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'xfa')
-rw-r--r-- | xfa/fde/css/cfde_cssvaluelistparser.cpp | 2 | ||||
-rw-r--r-- | xfa/fde/css/fde_css.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/xfa/fde/css/cfde_cssvaluelistparser.cpp b/xfa/fde/css/cfde_cssvaluelistparser.cpp index 84dc20b328..79a79818dc 100644 --- a/xfa/fde/css/cfde_cssvaluelistparser.cpp +++ b/xfa/fde/css/cfde_cssvaluelistparser.cpp @@ -6,6 +6,8 @@ #include "xfa/fde/css/cfde_cssvaluelistparser.h" +#include "core/fxcrt/fx_extension.h" + CFDE_CSSValueListParser::CFDE_CSSValueListParser(const wchar_t* psz, int32_t iLen, wchar_t separator) diff --git a/xfa/fde/css/fde_css.h b/xfa/fde/css/fde_css.h index ac44e30175..663db44de3 100644 --- a/xfa/fde/css/fde_css.h +++ b/xfa/fde/css/fde_css.h @@ -9,7 +9,6 @@ #include "core/fxcrt/cfx_seekablestreamproxy.h" #include "core/fxge/fx_dib.h" -#include "xfa/fgas/font/cfgas_fontmgr.h" enum FDE_CSSVALUETYPE { FDE_CSSVALUETYPE_Primitive = 1 << 0, |