From 777b333109db7fceb5f2ca1fc521ced7f863fa18 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Thu, 31 Mar 2016 20:03:08 -0700 Subject: Split core/include/fpdfdoc/fpdf_ap.h This CL splits the fpdf_ap.h file apart into individual pieces and moves the implementations to their own CPP files. Review URL: https://codereview.chromium.org/1840413002 --- fpdfsdk/include/fxedit/DEPS | 3 +++ fpdfsdk/include/fxedit/fxet_edit.h | 1 + 2 files changed, 4 insertions(+) create mode 100644 fpdfsdk/include/fxedit/DEPS (limited to 'fpdfsdk') diff --git a/fpdfsdk/include/fxedit/DEPS b/fpdfsdk/include/fxedit/DEPS new file mode 100644 index 0000000000..db9a09c342 --- /dev/null +++ b/fpdfsdk/include/fxedit/DEPS @@ -0,0 +1,3 @@ +include_rules = [ + '+core/fpdfdoc/include', +] diff --git a/fpdfsdk/include/fxedit/fxet_edit.h b/fpdfsdk/include/fxedit/fxet_edit.h index d3e354d0e8..6f174a81d1 100644 --- a/fpdfsdk/include/fxedit/fxet_edit.h +++ b/fpdfsdk/include/fxedit/fxet_edit.h @@ -7,6 +7,7 @@ #ifndef FPDFSDK_INCLUDE_FXEDIT_FXET_EDIT_H_ #define FPDFSDK_INCLUDE_FXEDIT_FXET_EDIT_H_ +#include "core/fpdfdoc/include/ipdf_variabletext_provider.h" #include "core/include/fpdfdoc/fpdf_vt.h" #include "fpdfsdk/include/fxedit/fx_edit.h" -- cgit v1.2.3