summaryrefslogtreecommitdiff
path: root/fpdfsdk/include/fsdk_annothandler.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_annothandler.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_annothandler.h')
-rw-r--r--fpdfsdk/include/fsdk_annothandler.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/fpdfsdk/include/fsdk_annothandler.h b/fpdfsdk/include/fsdk_annothandler.h
index 5b8b42f60e..f4bbf4c0f6 100644
--- a/fpdfsdk/include/fsdk_annothandler.h
+++ b/fpdfsdk/include/fsdk_annothandler.h
@@ -7,10 +7,18 @@
#ifndef _FSDK_ANNOTHANDLER_H_
#define _FSDK_ANNOTHANDLER_H_
+#include "../../core/include/fxcrt/fx_basic.h"
-class CPDFDoc_Environment;
class CFFL_IFormFiller;
+class CFX_RenderDevice;
+class CPDFDoc_Environment;
+class CPDFSDK_Annot;
class CPDFSDK_PageView;
+class CPDF_Annot;
+class CPDF_Matrix;
+class CPDF_Point;
+class CPDF_Rect;
+
class IPDFSDK_AnnotHandler
{