diff options
author | dsinclair <dsinclair@chromium.org> | 2016-09-29 17:18:21 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-29 17:18:21 -0700 |
commit | 114e46a1d97587973515e9aad7955e469c7486a8 (patch) | |
tree | 73c08ee682b99301c3cdd0e8345ee0501dea1227 /fpdfsdk/cpdfsdk_xfawidget.cpp | |
parent | 0bb385b1093740cc03c5d19847819d852aecc4bf (diff) | |
download | pdfium-114e46a1d97587973515e9aad7955e469c7486a8.tar.xz |
Move fpdfsdk/include to fpdfsdk
BUG=pdfium:611
Review-Url: https://codereview.chromium.org/2384503003
Diffstat (limited to 'fpdfsdk/cpdfsdk_xfawidget.cpp')
-rw-r--r-- | fpdfsdk/cpdfsdk_xfawidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fpdfsdk/cpdfsdk_xfawidget.cpp b/fpdfsdk/cpdfsdk_xfawidget.cpp index b5e26d660a..516f7bd3c0 100644 --- a/fpdfsdk/cpdfsdk_xfawidget.cpp +++ b/fpdfsdk/cpdfsdk_xfawidget.cpp @@ -4,9 +4,9 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include "fpdfsdk/include/cpdfsdk_xfawidget.h" +#include "fpdfsdk/cpdfsdk_xfawidget.h" -#include "fpdfsdk/include/ipdfsdk_annothandler.h" +#include "fpdfsdk/ipdfsdk_annothandler.h" #include "xfa/fxfa/include/xfa_ffwidget.h" CPDFSDK_XFAWidget::CPDFSDK_XFAWidget(CXFA_FFWidget* pAnnot, |