diff options
author | Lei Zhang <thestig@chromium.org> | 2016-01-08 13:51:10 -0800 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2016-01-08 13:51:10 -0800 |
commit | 875b9c99efdbd5fcabf0213e0d392cb2876ed26a (patch) | |
tree | ff452ca82155260b5050a5bd146a097a845f706f /fpdfsdk/include/fsdk_mgr.h | |
parent | 4f966707b0ca01701cfdd761a164c6c856d35e6f (diff) | |
download | pdfium-875b9c99efdbd5fcabf0213e0d392cb2876ed26a.tar.xz |
XFA: Remove relative includes outside of xfa/.
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1572523002 .
Diffstat (limited to 'fpdfsdk/include/fsdk_mgr.h')
-rw-r--r-- | fpdfsdk/include/fsdk_mgr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fpdfsdk/include/fsdk_mgr.h b/fpdfsdk/include/fsdk_mgr.h index 694b471ab8..51f16919d4 100644 --- a/fpdfsdk/include/fsdk_mgr.h +++ b/fpdfsdk/include/fsdk_mgr.h @@ -23,8 +23,8 @@ #include "public/fpdf_fwlevent.h" // cross platform keycode and events define. #ifdef PDF_ENABLE_XFA -#include "fpdfxfa/fpdfxfa_doc.h" -#include "fpdfxfa/fpdfxfa_page.h" +#include "fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h" +#include "fpdfsdk/include/fpdfxfa/fpdfxfa_page.h" #endif // PDF_ENABLE_XFA class CFFL_IFormFiller; |