From f3cc72fd2b6910d4d7437f71efce23b501c5b526 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Thu, 20 Sep 2018 01:20:45 +0000 Subject: Remove many unneeded STL #includes from headers. Change-Id: I7010cedee8d17d05b2c37a94d767e6f3a9c48f7d Reviewed-on: https://pdfium-review.googlesource.com/42790 Reviewed-by: Tom Sepez Commit-Queue: Lei Zhang --- core/fpdfapi/edit/cpdf_encryptor.h | 1 - core/fpdfapi/font/cpdf_cmapparser.h | 2 -- core/fpdfapi/page/cpdf_imageobject.h | 2 -- core/fpdfapi/parser/cpdf_cross_ref_avail.h | 1 - core/fpdfapi/parser/cpdf_object_avail.h | 1 - core/fpdfapi/parser/cpdf_object_stream.h | 1 - core/fpdfapi/render/cpdf_devicebuffer.h | 2 -- core/fpdfapi/render/cpdf_dibbase.h | 1 - core/fpdfapi/render/cpdf_imagecacheentry.h | 2 -- core/fpdfapi/render/cpdf_imageloader.h | 2 -- core/fpdfdoc/cpdf_metadata.h | 1 - core/fpdfdoc/cpvt_generateap.h | 2 -- core/fpdfdoc/cpvt_wordinfo.h | 2 -- core/fxcodec/bmp/cfx_bmpdecompressor.h | 1 - core/fxcodec/codec/codec_int.h | 5 ----- core/fxcodec/fx_codec.h | 1 - core/fxcrt/css/cfx_cssdata.h | 3 --- core/fxcrt/fx_arabic.h | 2 -- core/fxcrt/fx_bidi.h | 1 - core/fxcrt/xml/cfx_xmlchardata.h | 2 -- core/fxcrt/xml/cfx_xmlelement.h | 2 -- core/fxcrt/xml/cfx_xmlinstruction.h | 1 - core/fxcrt/xml/cfx_xmlnode.h | 2 -- core/fxcrt/xml/cfx_xmltext.h | 2 -- core/fxge/cfx_unicodeencodingex.h | 2 -- core/fxge/dib/cfx_bitmapstorer.h | 3 --- core/fxge/fx_font.h | 2 -- fpdfsdk/cpdfsdk_actionhandler.h | 2 +- fpdfsdk/cpdfsdk_annothandlermgr.h | 1 - fpdfsdk/fpdfxfa/cpdfxfa_page.h | 2 -- fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.h | 1 - fpdfsdk/pwl/cpwl_combo_box.h | 2 -- fpdfsdk/pwl/cpwl_wnd.h | 1 - fxbarcode/oned/BC_OneDimWriter.h | 1 - fxbarcode/qrcode/BC_QRCoderECBlocks.h | 2 -- fxbarcode/qrcode/BC_QRCoderVersion.h | 1 - fxjs/cfx_v8.h | 1 - fxjs/cjs_object.h | 3 --- fxjs/cjs_runtime.h | 1 - third_party/base/optional.h | 1 + xfa/fgas/font/cfgas_defaultfontmanager.h | 2 -- xfa/fgas/layout/cfx_txtbreak.h | 1 - xfa/fwl/cfwl_checkbox.h | 2 -- xfa/fwl/cfwl_edit.h | 1 - xfa/fwl/cfwl_picturebox.h | 2 -- xfa/fwl/cfwl_pushbutton.h | 2 -- xfa/fxfa/cxfa_ffapp.h | 1 - xfa/fxfa/cxfa_ffdocview.h | 1 - xfa/fxfa/cxfa_ffwidgethandler.h | 2 -- xfa/fxfa/cxfa_fontmgr.h | 2 -- xfa/fxfa/fm2js/cxfa_fmlexer.h | 3 --- xfa/fxfa/fxfa.h | 1 - xfa/fxfa/parser/cxfa_node.h | 1 - xfa/fxfa/parser/cxfa_nodelocale.h | 2 -- xfa/fxfa/parser/xfa_basic_data.h | 2 -- 55 files changed, 2 insertions(+), 91 deletions(-) diff --git a/core/fpdfapi/edit/cpdf_encryptor.h b/core/fpdfapi/edit/cpdf_encryptor.h index 5486c4f248..0e1dd571d3 100644 --- a/core/fpdfapi/edit/cpdf_encryptor.h +++ b/core/fpdfapi/edit/cpdf_encryptor.h @@ -9,7 +9,6 @@ #include -#include #include #include "core/fxcrt/fx_memory.h" diff --git a/core/fpdfapi/font/cpdf_cmapparser.h b/core/fpdfapi/font/cpdf_cmapparser.h index fae65cfe00..3cd7b3318e 100644 --- a/core/fpdfapi/font/cpdf_cmapparser.h +++ b/core/fpdfapi/font/cpdf_cmapparser.h @@ -7,7 +7,6 @@ #ifndef CORE_FPDFAPI_FONT_CPDF_CMAPPARSER_H_ #define CORE_FPDFAPI_FONT_CPDF_CMAPPARSER_H_ -#include #include #include @@ -36,7 +35,6 @@ class CPDF_CMapParser { static CIDSet CharsetFromOrdering(const ByteStringView& ordering); private: - UnownedPtr const m_pCMap; int m_Status; int m_CodeSeq; diff --git a/core/fpdfapi/page/cpdf_imageobject.h b/core/fpdfapi/page/cpdf_imageobject.h index 2e01598b8a..41611b826c 100644 --- a/core/fpdfapi/page/cpdf_imageobject.h +++ b/core/fpdfapi/page/cpdf_imageobject.h @@ -7,8 +7,6 @@ #ifndef CORE_FPDFAPI_PAGE_CPDF_IMAGEOBJECT_H_ #define CORE_FPDFAPI_PAGE_CPDF_IMAGEOBJECT_H_ -#include - #include "core/fpdfapi/page/cpdf_pageobject.h" #include "core/fxcrt/fx_coordinates.h" diff --git a/core/fpdfapi/parser/cpdf_cross_ref_avail.h b/core/fpdfapi/parser/cpdf_cross_ref_avail.h index aad58f35e7..fa74bcebb1 100644 --- a/core/fpdfapi/parser/cpdf_cross_ref_avail.h +++ b/core/fpdfapi/parser/cpdf_cross_ref_avail.h @@ -5,7 +5,6 @@ #ifndef CORE_FPDFAPI_PARSER_CPDF_CROSS_REF_AVAIL_H_ #define CORE_FPDFAPI_PARSER_CPDF_CROSS_REF_AVAIL_H_ -#include #include #include diff --git a/core/fpdfapi/parser/cpdf_object_avail.h b/core/fpdfapi/parser/cpdf_object_avail.h index 040cec7252..ea4d449475 100644 --- a/core/fpdfapi/parser/cpdf_object_avail.h +++ b/core/fpdfapi/parser/cpdf_object_avail.h @@ -5,7 +5,6 @@ #ifndef CORE_FPDFAPI_PARSER_CPDF_OBJECT_AVAIL_H_ #define CORE_FPDFAPI_PARSER_CPDF_OBJECT_AVAIL_H_ -#include #include #include diff --git a/core/fpdfapi/parser/cpdf_object_stream.h b/core/fpdfapi/parser/cpdf_object_stream.h index 44aa8f72e5..a5309521a7 100644 --- a/core/fpdfapi/parser/cpdf_object_stream.h +++ b/core/fpdfapi/parser/cpdf_object_stream.h @@ -7,7 +7,6 @@ #include #include -#include #include "core/fpdfapi/parser/cpdf_object.h" #include "core/fxcrt/retain_ptr.h" diff --git a/core/fpdfapi/render/cpdf_devicebuffer.h b/core/fpdfapi/render/cpdf_devicebuffer.h index d265b0c30e..8ccf2b75b7 100644 --- a/core/fpdfapi/render/cpdf_devicebuffer.h +++ b/core/fpdfapi/render/cpdf_devicebuffer.h @@ -7,8 +7,6 @@ #ifndef CORE_FPDFAPI_RENDER_CPDF_DEVICEBUFFER_H_ #define CORE_FPDFAPI_RENDER_CPDF_DEVICEBUFFER_H_ -#include - #include "core/fxcrt/fx_coordinates.h" #include "core/fxcrt/retain_ptr.h" #include "core/fxcrt/unowned_ptr.h" diff --git a/core/fpdfapi/render/cpdf_dibbase.h b/core/fpdfapi/render/cpdf_dibbase.h index be48c3182d..c74313d23c 100644 --- a/core/fpdfapi/render/cpdf_dibbase.h +++ b/core/fpdfapi/render/cpdf_dibbase.h @@ -7,7 +7,6 @@ #ifndef CORE_FPDFAPI_RENDER_CPDF_DIBBASE_H_ #define CORE_FPDFAPI_RENDER_CPDF_DIBBASE_H_ -#include #include #include diff --git a/core/fpdfapi/render/cpdf_imagecacheentry.h b/core/fpdfapi/render/cpdf_imagecacheentry.h index 8a4f919e8d..1cbe4eed94 100644 --- a/core/fpdfapi/render/cpdf_imagecacheentry.h +++ b/core/fpdfapi/render/cpdf_imagecacheentry.h @@ -7,8 +7,6 @@ #ifndef CORE_FPDFAPI_RENDER_CPDF_IMAGECACHEENTRY_H_ #define CORE_FPDFAPI_RENDER_CPDF_IMAGECACHEENTRY_H_ -#include - #include "core/fpdfapi/render/cpdf_dibbase.h" #include "core/fxcrt/fx_system.h" #include "core/fxcrt/retain_ptr.h" diff --git a/core/fpdfapi/render/cpdf_imageloader.h b/core/fpdfapi/render/cpdf_imageloader.h index 7586d69cc2..672b83b70a 100644 --- a/core/fpdfapi/render/cpdf_imageloader.h +++ b/core/fpdfapi/render/cpdf_imageloader.h @@ -7,8 +7,6 @@ #ifndef CORE_FPDFAPI_RENDER_CPDF_IMAGELOADER_H_ #define CORE_FPDFAPI_RENDER_CPDF_IMAGELOADER_H_ -#include - #include "core/fxcrt/retain_ptr.h" #include "core/fxcrt/unowned_ptr.h" #include "core/fxge/fx_dib.h" diff --git a/core/fpdfdoc/cpdf_metadata.h b/core/fpdfdoc/cpdf_metadata.h index edf1938c4e..683f4f1e52 100644 --- a/core/fpdfdoc/cpdf_metadata.h +++ b/core/fpdfdoc/cpdf_metadata.h @@ -7,7 +7,6 @@ #ifndef CORE_FPDFDOC_CPDF_METADATA_H_ #define CORE_FPDFDOC_CPDF_METADATA_H_ -#include #include #include "core/fxcrt/unowned_ptr.h" diff --git a/core/fpdfdoc/cpvt_generateap.h b/core/fpdfdoc/cpvt_generateap.h index 52c26af020..0e219b77ed 100644 --- a/core/fpdfdoc/cpvt_generateap.h +++ b/core/fpdfdoc/cpvt_generateap.h @@ -7,8 +7,6 @@ #ifndef CORE_FPDFDOC_CPVT_GENERATEAP_H_ #define CORE_FPDFDOC_CPVT_GENERATEAP_H_ -#include - #include "core/fpdfdoc/cpdf_annot.h" #include "core/fpdfdoc/cpdf_defaultappearance.h" #include "core/fpdfdoc/cpdf_variabletext.h" diff --git a/core/fpdfdoc/cpvt_wordinfo.h b/core/fpdfdoc/cpvt_wordinfo.h index 9b2ec8a1e5..401b9a5144 100644 --- a/core/fpdfdoc/cpvt_wordinfo.h +++ b/core/fpdfdoc/cpvt_wordinfo.h @@ -7,8 +7,6 @@ #ifndef CORE_FPDFDOC_CPVT_WORDINFO_H_ #define CORE_FPDFDOC_CPVT_WORDINFO_H_ -#include - #include "core/fxcrt/fx_system.h" struct CPVT_WordInfo { diff --git a/core/fxcodec/bmp/cfx_bmpdecompressor.h b/core/fxcodec/bmp/cfx_bmpdecompressor.h index 331a6347b4..fbe7e1feee 100644 --- a/core/fxcodec/bmp/cfx_bmpdecompressor.h +++ b/core/fxcodec/bmp/cfx_bmpdecompressor.h @@ -11,7 +11,6 @@ #include -#include #include #include "core/fxcodec/codec/cfx_codec_memory.h" diff --git a/core/fxcodec/codec/codec_int.h b/core/fxcodec/codec/codec_int.h index df2e758efe..4fa819bdba 100644 --- a/core/fxcodec/codec/codec_int.h +++ b/core/fxcodec/codec/codec_int.h @@ -9,11 +9,6 @@ #include -#include -#include -#include -#include - #include "core/fxcodec/jbig2/JBig2_Context.h" #include "third_party/libopenjpeg20/openjpeg.h" diff --git a/core/fxcodec/fx_codec.h b/core/fxcodec/fx_codec.h index 0a0c08afc3..8e966761c7 100644 --- a/core/fxcodec/fx_codec.h +++ b/core/fxcodec/fx_codec.h @@ -11,7 +11,6 @@ #include #include #include -#include #include "core/fxcodec/fx_codec_def.h" #include "core/fxcrt/fx_coordinates.h" diff --git a/core/fxcrt/css/cfx_cssdata.h b/core/fxcrt/css/cfx_cssdata.h index e7bf57c26d..a2f774b1af 100644 --- a/core/fxcrt/css/cfx_cssdata.h +++ b/core/fxcrt/css/cfx_cssdata.h @@ -7,9 +7,6 @@ #ifndef CORE_FXCRT_CSS_CFX_CSSDATA_H_ #define CORE_FXCRT_CSS_CFX_CSSDATA_H_ -#include -#include - #include "core/fxcrt/css/cfx_css.h" #include "core/fxcrt/css/cfx_cssnumbervalue.h" #include "core/fxcrt/css/cfx_cssvalue.h" diff --git a/core/fxcrt/fx_arabic.h b/core/fxcrt/fx_arabic.h index 9d23b1557d..6621649be3 100644 --- a/core/fxcrt/fx_arabic.h +++ b/core/fxcrt/fx_arabic.h @@ -7,8 +7,6 @@ #ifndef CORE_FXCRT_FX_ARABIC_H_ #define CORE_FXCRT_FX_ARABIC_H_ -#include - #include "core/fxcrt/cfx_char.h" #include "core/fxcrt/fx_system.h" diff --git a/core/fxcrt/fx_bidi.h b/core/fxcrt/fx_bidi.h index 79a2ddd417..f64fc67e2e 100644 --- a/core/fxcrt/fx_bidi.h +++ b/core/fxcrt/fx_bidi.h @@ -7,7 +7,6 @@ #ifndef CORE_FXCRT_FX_BIDI_H_ #define CORE_FXCRT_FX_BIDI_H_ -#include #include #include "core/fxcrt/fx_string.h" diff --git a/core/fxcrt/xml/cfx_xmlchardata.h b/core/fxcrt/xml/cfx_xmlchardata.h index 71e9407ca2..414300923d 100644 --- a/core/fxcrt/xml/cfx_xmlchardata.h +++ b/core/fxcrt/xml/cfx_xmlchardata.h @@ -7,8 +7,6 @@ #ifndef CORE_FXCRT_XML_CFX_XMLCHARDATA_H_ #define CORE_FXCRT_XML_CFX_XMLCHARDATA_H_ -#include - #include "core/fxcrt/fx_string.h" #include "core/fxcrt/xml/cfx_xmltext.h" diff --git a/core/fxcrt/xml/cfx_xmlelement.h b/core/fxcrt/xml/cfx_xmlelement.h index f54587c4e4..8a8720fa83 100644 --- a/core/fxcrt/xml/cfx_xmlelement.h +++ b/core/fxcrt/xml/cfx_xmlelement.h @@ -8,8 +8,6 @@ #define CORE_FXCRT_XML_CFX_XMLELEMENT_H_ #include -#include -#include #include "core/fxcrt/fx_string.h" #include "core/fxcrt/xml/cfx_xmlnode.h" diff --git a/core/fxcrt/xml/cfx_xmlinstruction.h b/core/fxcrt/xml/cfx_xmlinstruction.h index 18f84c3c3d..c6096a7c46 100644 --- a/core/fxcrt/xml/cfx_xmlinstruction.h +++ b/core/fxcrt/xml/cfx_xmlinstruction.h @@ -7,7 +7,6 @@ #ifndef CORE_FXCRT_XML_CFX_XMLINSTRUCTION_H_ #define CORE_FXCRT_XML_CFX_XMLINSTRUCTION_H_ -#include #include #include "core/fxcrt/fx_string.h" diff --git a/core/fxcrt/xml/cfx_xmlnode.h b/core/fxcrt/xml/cfx_xmlnode.h index 95dc0acce9..78578ae597 100644 --- a/core/fxcrt/xml/cfx_xmlnode.h +++ b/core/fxcrt/xml/cfx_xmlnode.h @@ -7,8 +7,6 @@ #ifndef CORE_FXCRT_XML_CFX_XMLNODE_H_ #define CORE_FXCRT_XML_CFX_XMLNODE_H_ -#include - #include "core/fxcrt/fx_stream.h" #include "core/fxcrt/retain_ptr.h" diff --git a/core/fxcrt/xml/cfx_xmltext.h b/core/fxcrt/xml/cfx_xmltext.h index a8a5f12a53..3e15c5ce9a 100644 --- a/core/fxcrt/xml/cfx_xmltext.h +++ b/core/fxcrt/xml/cfx_xmltext.h @@ -7,8 +7,6 @@ #ifndef CORE_FXCRT_XML_CFX_XMLTEXT_H_ #define CORE_FXCRT_XML_CFX_XMLTEXT_H_ -#include - #include "core/fxcrt/fx_string.h" #include "core/fxcrt/xml/cfx_xmlnode.h" diff --git a/core/fxge/cfx_unicodeencodingex.h b/core/fxge/cfx_unicodeencodingex.h index 9511d2ba7a..9d5ec18fa6 100644 --- a/core/fxge/cfx_unicodeencodingex.h +++ b/core/fxge/cfx_unicodeencodingex.h @@ -7,9 +7,7 @@ #ifndef CORE_FXGE_CFX_UNICODEENCODINGEX_H_ #define CORE_FXGE_CFX_UNICODEENCODINGEX_H_ -#include #include -#include #include "core/fxcrt/fx_system.h" #include "core/fxge/cfx_unicodeencoding.h" diff --git a/core/fxge/dib/cfx_bitmapstorer.h b/core/fxge/dib/cfx_bitmapstorer.h index 3da1f70487..12b0537157 100644 --- a/core/fxge/dib/cfx_bitmapstorer.h +++ b/core/fxge/dib/cfx_bitmapstorer.h @@ -7,9 +7,6 @@ #ifndef CORE_FXGE_DIB_CFX_BITMAPSTORER_H_ #define CORE_FXGE_DIB_CFX_BITMAPSTORER_H_ -#include -#include - #include "core/fxcrt/fx_coordinates.h" #include "core/fxcrt/retain_ptr.h" #include "core/fxge/dib/cfx_dibitmap.h" diff --git a/core/fxge/fx_font.h b/core/fxge/fx_font.h index 3e0751dbe8..163468d125 100644 --- a/core/fxge/fx_font.h +++ b/core/fxge/fx_font.h @@ -7,8 +7,6 @@ #ifndef CORE_FXGE_FX_FONT_H_ #define CORE_FXGE_FX_FONT_H_ -#include -#include #include #include "core/fxcrt/fx_system.h" diff --git a/fpdfsdk/cpdfsdk_actionhandler.h b/fpdfsdk/cpdfsdk_actionhandler.h index a144504dec..14cbc9c5c5 100644 --- a/fpdfsdk/cpdfsdk_actionhandler.h +++ b/fpdfsdk/cpdfsdk_actionhandler.h @@ -7,8 +7,8 @@ #ifndef FPDFSDK_CPDFSDK_ACTIONHANDLER_H_ #define FPDFSDK_CPDFSDK_ACTIONHANDLER_H_ -#include #include +#include #include "core/fpdfdoc/cpdf_aaction.h" #include "core/fpdfdoc/cpdf_action.h" diff --git a/fpdfsdk/cpdfsdk_annothandlermgr.h b/fpdfsdk/cpdfsdk_annothandlermgr.h index c983ef8881..ddf69f4e2e 100644 --- a/fpdfsdk/cpdfsdk_annothandlermgr.h +++ b/fpdfsdk/cpdfsdk_annothandlermgr.h @@ -7,7 +7,6 @@ #ifndef FPDFSDK_CPDFSDK_ANNOTHANDLERMGR_H_ #define FPDFSDK_CPDFSDK_ANNOTHANDLERMGR_H_ -#include #include #include "core/fpdfdoc/cpdf_annot.h" diff --git a/fpdfsdk/fpdfxfa/cpdfxfa_page.h b/fpdfsdk/fpdfxfa/cpdfxfa_page.h index 90376222f4..1664c2a775 100644 --- a/fpdfsdk/fpdfxfa/cpdfxfa_page.h +++ b/fpdfsdk/fpdfxfa/cpdfxfa_page.h @@ -7,8 +7,6 @@ #ifndef FPDFSDK_FPDFXFA_CPDFXFA_PAGE_H_ #define FPDFSDK_FPDFXFA_CPDFXFA_PAGE_H_ -#include - #include "core/fpdfapi/page/cpdf_page.h" #include "core/fpdfapi/page/ipdf_page.h" #include "core/fpdfapi/parser/cpdf_document.h" diff --git a/fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.h b/fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.h index 770b0e2d97..d4db13fe7b 100644 --- a/fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.h +++ b/fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.h @@ -7,7 +7,6 @@ #ifndef FPDFSDK_FPDFXFA_CXFA_FWLADAPTERTIMERMGR_H_ #define FPDFSDK_FPDFXFA_CXFA_FWLADAPTERTIMERMGR_H_ -#include #include #include "core/fxcrt/unowned_ptr.h" diff --git a/fpdfsdk/pwl/cpwl_combo_box.h b/fpdfsdk/pwl/cpwl_combo_box.h index d3c55c2a64..0f54ae4f26 100644 --- a/fpdfsdk/pwl/cpwl_combo_box.h +++ b/fpdfsdk/pwl/cpwl_combo_box.h @@ -7,8 +7,6 @@ #ifndef FPDFSDK_PWL_CPWL_COMBO_BOX_H_ #define FPDFSDK_PWL_CPWL_COMBO_BOX_H_ -#include - #include "core/fxcrt/unowned_ptr.h" #include "fpdfsdk/pwl/cpwl_edit.h" #include "fpdfsdk/pwl/cpwl_list_box.h" diff --git a/fpdfsdk/pwl/cpwl_wnd.h b/fpdfsdk/pwl/cpwl_wnd.h index 9fd5d56335..8d962a7971 100644 --- a/fpdfsdk/pwl/cpwl_wnd.h +++ b/fpdfsdk/pwl/cpwl_wnd.h @@ -7,7 +7,6 @@ #ifndef FPDFSDK_PWL_CPWL_WND_H_ #define FPDFSDK_PWL_CPWL_WND_H_ -#include #include #include "core/fpdfdoc/cpdf_formcontrol.h" diff --git a/fxbarcode/oned/BC_OneDimWriter.h b/fxbarcode/oned/BC_OneDimWriter.h index e25ee58140..404775b6e9 100644 --- a/fxbarcode/oned/BC_OneDimWriter.h +++ b/fxbarcode/oned/BC_OneDimWriter.h @@ -7,7 +7,6 @@ #ifndef FXBARCODE_ONED_BC_ONEDIMWRITER_H_ #define FXBARCODE_ONED_BC_ONEDIMWRITER_H_ -#include #include #include "core/fxcrt/unowned_ptr.h" diff --git a/fxbarcode/qrcode/BC_QRCoderECBlocks.h b/fxbarcode/qrcode/BC_QRCoderECBlocks.h index 6c4f1cd9a7..2583b12e79 100644 --- a/fxbarcode/qrcode/BC_QRCoderECBlocks.h +++ b/fxbarcode/qrcode/BC_QRCoderECBlocks.h @@ -9,8 +9,6 @@ #include -#include - struct CBC_QRCoderECBlockData; class CBC_QRCoderECBlocks { diff --git a/fxbarcode/qrcode/BC_QRCoderVersion.h b/fxbarcode/qrcode/BC_QRCoderVersion.h index bfa213ccbb..2faa66ddbb 100644 --- a/fxbarcode/qrcode/BC_QRCoderVersion.h +++ b/fxbarcode/qrcode/BC_QRCoderVersion.h @@ -8,7 +8,6 @@ #define FXBARCODE_QRCODE_BC_QRCODERVERSION_H_ #include -#include #include "fxbarcode/qrcode/BC_QRCoderECBlocks.h" diff --git a/fxjs/cfx_v8.h b/fxjs/cfx_v8.h index f7bed86329..3ebabdefec 100644 --- a/fxjs/cfx_v8.h +++ b/fxjs/cfx_v8.h @@ -7,7 +7,6 @@ #ifndef FXJS_CFX_V8_H_ #define FXJS_CFX_V8_H_ -#include #include #include "core/fxcrt/fx_string.h" diff --git a/fxjs/cjs_object.h b/fxjs/cjs_object.h index 70682cd51e..c8a4451ef0 100644 --- a/fxjs/cjs_object.h +++ b/fxjs/cjs_object.h @@ -7,9 +7,6 @@ #ifndef FXJS_CJS_OBJECT_H_ #define FXJS_CJS_OBJECT_H_ -#include -#include - #include "core/fxcrt/unowned_ptr.h" #include "fpdfsdk/cpdfsdk_helpers.h" #include "fxjs/cfxjs_engine.h" diff --git a/fxjs/cjs_runtime.h b/fxjs/cjs_runtime.h index 8835106697..99dbd0d443 100644 --- a/fxjs/cjs_runtime.h +++ b/fxjs/cjs_runtime.h @@ -7,7 +7,6 @@ #ifndef FXJS_CJS_RUNTIME_H_ #define FXJS_CJS_RUNTIME_H_ -#include #include #include #include diff --git a/third_party/base/optional.h b/third_party/base/optional.h index f92101c19b..81d2ebc5cf 100644 --- a/third_party/base/optional.h +++ b/third_party/base/optional.h @@ -6,6 +6,7 @@ #define PDFIUM_THIRD_PARTY_BASE_OPTIONAL_H_ #include +#include #include "third_party/base/logging.h" diff --git a/xfa/fgas/font/cfgas_defaultfontmanager.h b/xfa/fgas/font/cfgas_defaultfontmanager.h index 5a2bc1263d..623beb4810 100644 --- a/xfa/fgas/font/cfgas_defaultfontmanager.h +++ b/xfa/fgas/font/cfgas_defaultfontmanager.h @@ -7,8 +7,6 @@ #ifndef XFA_FGAS_FONT_CFGAS_DEFAULTFONTMANAGER_H_ #define XFA_FGAS_FONT_CFGAS_DEFAULTFONTMANAGER_H_ -#include - #include "core/fxcrt/fx_string.h" #include "core/fxcrt/retain_ptr.h" #include "xfa/fgas/font/cfgas_gefont.h" diff --git a/xfa/fgas/layout/cfx_txtbreak.h b/xfa/fgas/layout/cfx_txtbreak.h index 47c6440dd8..66fef7acef 100644 --- a/xfa/fgas/layout/cfx_txtbreak.h +++ b/xfa/fgas/layout/cfx_txtbreak.h @@ -8,7 +8,6 @@ #define XFA_FGAS_LAYOUT_CFX_TXTBREAK_H_ #include -#include #include #include "core/fxcrt/cfx_char.h" diff --git a/xfa/fwl/cfwl_checkbox.h b/xfa/fwl/cfwl_checkbox.h index f2413aaca7..fdee516a37 100644 --- a/xfa/fwl/cfwl_checkbox.h +++ b/xfa/fwl/cfwl_checkbox.h @@ -7,8 +7,6 @@ #ifndef XFA_FWL_CFWL_CHECKBOX_H_ #define XFA_FWL_CFWL_CHECKBOX_H_ -#include - #include "xfa/fwl/cfwl_event.h" #include "xfa/fwl/cfwl_widget.h" #include "xfa/fwl/cfwl_widgetproperties.h" diff --git a/xfa/fwl/cfwl_edit.h b/xfa/fwl/cfwl_edit.h index 634ac225ad..64dec98eb8 100644 --- a/xfa/fwl/cfwl_edit.h +++ b/xfa/fwl/cfwl_edit.h @@ -9,7 +9,6 @@ #include #include -#include #include "xfa/fde/cfde_texteditengine.h" #include "xfa/fwl/cfwl_event.h" diff --git a/xfa/fwl/cfwl_picturebox.h b/xfa/fwl/cfwl_picturebox.h index 3823a5990b..11689d2559 100644 --- a/xfa/fwl/cfwl_picturebox.h +++ b/xfa/fwl/cfwl_picturebox.h @@ -7,8 +7,6 @@ #ifndef XFA_FWL_CFWL_PICTUREBOX_H_ #define XFA_FWL_CFWL_PICTUREBOX_H_ -#include - #include "xfa/fwl/cfwl_widget.h" #include "xfa/fwl/cfwl_widgetproperties.h" diff --git a/xfa/fwl/cfwl_pushbutton.h b/xfa/fwl/cfwl_pushbutton.h index 275f9b5ea3..7c68017154 100644 --- a/xfa/fwl/cfwl_pushbutton.h +++ b/xfa/fwl/cfwl_pushbutton.h @@ -7,8 +7,6 @@ #ifndef XFA_FWL_CFWL_PUSHBUTTON_H_ #define XFA_FWL_CFWL_PUSHBUTTON_H_ -#include - #include "xfa/fwl/cfwl_widget.h" #include "xfa/fwl/cfwl_widgetproperties.h" diff --git a/xfa/fxfa/cxfa_ffapp.h b/xfa/fxfa/cxfa_ffapp.h index 20db6e06a3..a729560e9b 100644 --- a/xfa/fxfa/cxfa_ffapp.h +++ b/xfa/fxfa/cxfa_ffapp.h @@ -8,7 +8,6 @@ #define XFA_FXFA_CXFA_FFAPP_H_ #include -#include #include "core/fpdfapi/parser/cpdf_stream.h" #include "core/fpdfapi/parser/cpdf_stream_acc.h" diff --git a/xfa/fxfa/cxfa_ffdocview.h b/xfa/fxfa/cxfa_ffdocview.h index c0011c6f01..792cfd3aac 100644 --- a/xfa/fxfa/cxfa_ffdocview.h +++ b/xfa/fxfa/cxfa_ffdocview.h @@ -7,7 +7,6 @@ #ifndef XFA_FXFA_CXFA_FFDOCVIEW_H_ #define XFA_FXFA_CXFA_FFDOCVIEW_H_ -#include #include #include diff --git a/xfa/fxfa/cxfa_ffwidgethandler.h b/xfa/fxfa/cxfa_ffwidgethandler.h index 283e6d5933..900f2ddbec 100644 --- a/xfa/fxfa/cxfa_ffwidgethandler.h +++ b/xfa/fxfa/cxfa_ffwidgethandler.h @@ -7,8 +7,6 @@ #ifndef XFA_FXFA_CXFA_FFWIDGETHANDLER_H_ #define XFA_FXFA_CXFA_FFWIDGETHANDLER_H_ -#include - #include "core/fxcrt/unowned_ptr.h" #include "xfa/fxfa/cxfa_eventparam.h" #include "xfa/fxfa/fxfa.h" diff --git a/xfa/fxfa/cxfa_fontmgr.h b/xfa/fxfa/cxfa_fontmgr.h index 7d067bddb6..e7bc0d958f 100644 --- a/xfa/fxfa/cxfa_fontmgr.h +++ b/xfa/fxfa/cxfa_fontmgr.h @@ -8,8 +8,6 @@ #define XFA_FXFA_CXFA_FONTMGR_H_ #include -#include -#include #include "core/fxcrt/fx_extension.h" #include "core/fxcrt/fx_system.h" diff --git a/xfa/fxfa/fm2js/cxfa_fmlexer.h b/xfa/fxfa/fm2js/cxfa_fmlexer.h index 5ce6d27bd3..c24872d439 100644 --- a/xfa/fxfa/fm2js/cxfa_fmlexer.h +++ b/xfa/fxfa/fm2js/cxfa_fmlexer.h @@ -7,9 +7,6 @@ #ifndef XFA_FXFA_FM2JS_CXFA_FMLEXER_H_ #define XFA_FXFA_FM2JS_CXFA_FMLEXER_H_ -#include -#include - #include "core/fxcrt/fx_string.h" enum XFA_FM_TOKEN { diff --git a/xfa/fxfa/fxfa.h b/xfa/fxfa/fxfa.h index 9030e87c8e..5b51067c40 100644 --- a/xfa/fxfa/fxfa.h +++ b/xfa/fxfa/fxfa.h @@ -8,7 +8,6 @@ #define XFA_FXFA_FXFA_H_ #include -#include #include "core/fxcrt/fx_coordinates.h" #include "core/fxcrt/retain_ptr.h" diff --git a/xfa/fxfa/parser/cxfa_node.h b/xfa/fxfa/parser/cxfa_node.h index 6b179b354e..3b3345b562 100644 --- a/xfa/fxfa/parser/cxfa_node.h +++ b/xfa/fxfa/parser/cxfa_node.h @@ -7,7 +7,6 @@ #ifndef XFA_FXFA_PARSER_CXFA_NODE_H_ #define XFA_FXFA_PARSER_CXFA_NODE_H_ -#include #include #include #include diff --git a/xfa/fxfa/parser/cxfa_nodelocale.h b/xfa/fxfa/parser/cxfa_nodelocale.h index da6846b581..8ce70d3897 100644 --- a/xfa/fxfa/parser/cxfa_nodelocale.h +++ b/xfa/fxfa/parser/cxfa_nodelocale.h @@ -7,8 +7,6 @@ #ifndef XFA_FXFA_PARSER_CXFA_NODELOCALE_H_ #define XFA_FXFA_PARSER_CXFA_NODELOCALE_H_ -#include - #include "core/fxcrt/locale_iface.h" #include "xfa/fxfa/fxfa_basic.h" diff --git a/xfa/fxfa/parser/xfa_basic_data.h b/xfa/fxfa/parser/xfa_basic_data.h index b394d35fe5..0ce59ff119 100644 --- a/xfa/fxfa/parser/xfa_basic_data.h +++ b/xfa/fxfa/parser/xfa_basic_data.h @@ -7,8 +7,6 @@ #ifndef XFA_FXFA_PARSER_XFA_BASIC_DATA_H_ #define XFA_FXFA_PARSER_XFA_BASIC_DATA_H_ -#include - #include "xfa/fxfa/fxfa_basic.h" extern const XFA_AttributeEnumInfo g_XFAEnumData[]; -- cgit v1.2.3