diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-04-08 16:19:33 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-04-08 16:19:33 -0700 |
commit | 245c80e410deff6ee35f62adce42dd0fcf46845a (patch) | |
tree | 355312b8cbfa650945a03a9814d4d67379e07ebe /fpdfsdk/include/formfiller/FFL_CBA_Fontmap.h | |
parent | 6102dd8c05b9a12d08d9e5c7f790c1fc76fbfaab (diff) | |
download | pdfium-245c80e410deff6ee35f62adce42dd0fcf46845a.tar.xz |
Merge to XFA: Fix IWYU in formfiller/ directory.
Original Review URL: https://codereview.chromium.org/1066253002
TBR=thestig@chromium.org
Review URL: https://codereview.chromium.org/1073563003
Diffstat (limited to 'fpdfsdk/include/formfiller/FFL_CBA_Fontmap.h')
-rw-r--r-- | fpdfsdk/include/formfiller/FFL_CBA_Fontmap.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fpdfsdk/include/formfiller/FFL_CBA_Fontmap.h b/fpdfsdk/include/formfiller/FFL_CBA_Fontmap.h index 50f516041e..8601b98194 100644 --- a/fpdfsdk/include/formfiller/FFL_CBA_Fontmap.h +++ b/fpdfsdk/include/formfiller/FFL_CBA_Fontmap.h @@ -7,10 +7,9 @@ #ifndef _RAO_FONTMAP_H_ #define _RAO_FONTMAP_H_ -#if _MSC_VER > 1000 -#pragma once -#endif // _MSC_VER > 1000 +#include "../pdfwindow/PWL_FontMap.h" +class CPDF_Dictionary; class CPDFSDK_Annot; class CBA_FontMap : public CPWL_FontMap |