summaryrefslogtreecommitdiff
path: root/fpdfsdk/include/fsdk_baseannot.h
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-04-08 16:08:00 -0700
committerTom Sepez <tsepez@chromium.org>2015-04-08 16:08:00 -0700
commit45a3d338e60a7ae8c58bd2f3122ef4da01c4e051 (patch)
tree82d956e82b4c30a46d7ec5fc3bee8d5469d7055f /fpdfsdk/include/fsdk_baseannot.h
parentd80a434d7aa1ea6138e17aed2117c2eac8f72ce3 (diff)
downloadpdfium-45a3d338e60a7ae8c58bd2f3122ef4da01c4e051.tar.xz
Fix IWYU in formfiller/ directory.
R=thestig@chromium.org Review URL: https://codereview.chromium.org/1066253002
Diffstat (limited to 'fpdfsdk/include/fsdk_baseannot.h')
-rw-r--r--fpdfsdk/include/fsdk_baseannot.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/fpdfsdk/include/fsdk_baseannot.h b/fpdfsdk/include/fsdk_baseannot.h
index 797c3f16d1..155ab58a65 100644
--- a/fpdfsdk/include/fsdk_baseannot.h
+++ b/fpdfsdk/include/fsdk_baseannot.h
@@ -13,7 +13,18 @@
#include <ctime>
#endif
+#include "../../core/include/fpdfdoc/fpdf_doc.h"
+#include "../../core/include/fxcrt/fx_basic.h"
+#include "fx_systemhandler.h"
+
class CPDFSDK_PageView;
+class CPDF_Annot;
+class CPDF_Page;
+class CPDF_Rect;
+class CPDF_Matrix;
+class CPDF_RenderOptions;
+class CFX_RenderDevice;
+
#define CFX_IntArray CFX_ArrayTemplate<int>
class CPDFSDK_DateTime : public CFX_Object