diff options
author | thestig <thestig@chromium.org> | 2016-05-25 21:39:46 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-05-25 21:39:46 -0700 |
commit | 25fa42f398d1f8007aa36531e0436dc769817ad3 (patch) | |
tree | b2c8d396fe70c324774ed5dce5f9c9fe204f9534 /fpdfsdk/fpdfformfill.cpp | |
parent | 818e1900a3811e1bde1e594e4966db612f845966 (diff) | |
download | pdfium-25fa42f398d1f8007aa36531e0436dc769817ad3.tar.xz |
Clean up fx_ge.h and IWYU.
Review-Url: https://codereview.chromium.org/2009253003
Diffstat (limited to 'fpdfsdk/fpdfformfill.cpp')
-rw-r--r-- | fpdfsdk/fpdfformfill.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fpdfsdk/fpdfformfill.cpp b/fpdfsdk/fpdfformfill.cpp index 81c5dd7a12..b1c729b8dc 100644 --- a/fpdfsdk/fpdfformfill.cpp +++ b/fpdfsdk/fpdfformfill.cpp @@ -12,6 +12,7 @@ #include "core/fpdfapi/fpdf_page/include/cpdf_page.h" #include "core/fpdfapi/fpdf_parser/include/cpdf_document.h" #include "core/fpdfapi/fpdf_render/include/cpdf_renderoptions.h" +#include "core/fxge/include/fx_ge.h" #include "fpdfsdk/include/fsdk_define.h" #include "fpdfsdk/include/fsdk_mgr.h" #include "public/fpdfview.h" |