diff options
author | dsinclair <dsinclair@chromium.org> | 2016-09-29 17:41:42 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-29 17:41:42 -0700 |
commit | 202ad7238489934ba0c64760de5f95782b36a213 (patch) | |
tree | 629937d0f0777fd4198e361bc6526bec44f5eb81 /xfa/fxfa/app/xfa_ffwidget.cpp | |
parent | 435546810a7c48f09889c00600ad344850b71f95 (diff) | |
download | pdfium-202ad7238489934ba0c64760de5f95782b36a213.tar.xz |
Move xfa/{fwl,fxbarcode,fxgraphics}/include up to parent
BUG=pdfium:611
Review-Url: https://codereview.chromium.org/2383583002
Diffstat (limited to 'xfa/fxfa/app/xfa_ffwidget.cpp')
-rw-r--r-- | xfa/fxfa/app/xfa_ffwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/app/xfa_ffwidget.cpp b/xfa/fxfa/app/xfa_ffwidget.cpp index 10b587004d..e8bd80b6e0 100644 --- a/xfa/fxfa/app/xfa_ffwidget.cpp +++ b/xfa/fxfa/app/xfa_ffwidget.cpp @@ -24,10 +24,10 @@ #include "xfa/fxfa/include/xfa_ffpageview.h" #include "xfa/fxfa/parser/cxfa_corner.h" #include "xfa/fxgraphics/cfx_color.h" +#include "xfa/fxgraphics/cfx_graphics.h" #include "xfa/fxgraphics/cfx_path.h" #include "xfa/fxgraphics/cfx_pattern.h" #include "xfa/fxgraphics/cfx_shading.h" -#include "xfa/fxgraphics/include/cfx_graphics.h" CXFA_FFWidget::CXFA_FFWidget(CXFA_FFPageView* pPageView, CXFA_WidgetAcc* pDataAcc) |