From 99f5bbb53316543f4f20ea937b5abc98efe91bf9 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Tue, 9 Oct 2018 21:31:28 +0000 Subject: Do IWYU for ptr_util.h. Change-Id: Ib96a66eb47bea791f061e1d6da8aadad8037a99d Reviewed-on: https://pdfium-review.googlesource.com/c/43609 Commit-Queue: Lei Zhang Reviewed-by: Tom Sepez --- core/fpdfapi/edit/cpdf_creator.cpp | 1 + core/fpdfapi/edit/cpdf_encryptor.cpp | 1 - core/fpdfapi/edit/cpdf_pagecontentgenerator.cpp | 1 + core/fpdfapi/font/cpdf_fontencoding.cpp | 1 + core/fpdfapi/font/cpdf_type3font.cpp | 1 + core/fpdfapi/page/cpdf_contentmark.cpp | 1 + core/fpdfapi/page/cpdf_docpagedata.cpp | 1 + core/fpdfapi/page/cpdf_meshstream.cpp | 1 + core/fpdfapi/page/cpdf_psfunc.cpp | 1 - core/fpdfapi/page/cpdf_streamparser.cpp | 1 + core/fpdfapi/parser/cpdf_array.cpp | 1 + core/fpdfapi/parser/cpdf_dictionary.cpp | 1 + core/fpdfapi/parser/cpdf_hint_tables.cpp | 1 + core/fpdfapi/parser/cpdf_indirect_object_holder.cpp | 1 + core/fpdfapi/parser/cpdf_object.cpp | 1 + core/fpdfapi/parser/cpdf_object_avail.cpp | 1 + core/fpdfapi/parser/cpdf_object_stream.cpp | 1 + core/fpdfapi/parser/cpdf_object_unittest.cpp | 1 + core/fpdfapi/parser/cpdf_object_walker.cpp | 1 + core/fpdfapi/parser/cpdf_parser_unittest.cpp | 1 + core/fpdfapi/parser/cpdf_security_handler.cpp | 1 + core/fpdfapi/render/cpdf_devicebuffer.cpp | 1 - core/fpdfapi/render/cpdf_pagerendercache.cpp | 1 + core/fpdfdoc/cpdf_formfield.cpp | 1 + core/fpdfdoc/cpdf_nametree_unittest.cpp | 1 + core/fpdfdoc/cpdf_structtree.cpp | 1 + core/fpdfdoc/cpvt_wordinfo.cpp | 1 - core/fxcodec/bmp/cfx_bmpdecompressor.cpp | 1 - core/fxcodec/codec/ccodec_iccmodule.cpp | 1 + core/fxcodec/codec/ccodec_iccmodule.h | 1 - core/fxcodec/gif/cfx_lzwdecompressor.cpp | 1 - core/fxcrt/cfx_seekablestreamproxy.cpp | 1 - core/fxcrt/fx_bidi.cpp | 1 - core/fxcrt/fx_extension.cpp | 1 - core/fxcrt/xml/cfx_xmlchardata.cpp | 1 - core/fxcrt/xml/cfx_xmldocument.cpp | 1 - core/fxcrt/xml/cfx_xmlelement.cpp | 1 - core/fxcrt/xml/cfx_xmlinstruction.cpp | 1 - core/fxcrt/xml/cfx_xmlparser_unittest.cpp | 1 - core/fxcrt/xml/cfx_xmltext.cpp | 1 - core/fxge/apple/fx_quartz_device.cpp | 1 - core/fxge/dib/cfx_bitmapstorer.cpp | 1 - core/fxge/dib/cfx_dibbase.cpp | 1 - core/fxge/dib/cfx_dibitmap.cpp | 1 - core/fxge/dib/fx_dib_main.cpp | 1 - core/fxge/win32/fx_win32_gdipext.cpp | 1 - core/fxge/win32/fx_win32_print.cpp | 1 - 47 files changed, 24 insertions(+), 23 deletions(-) (limited to 'core') diff --git a/core/fpdfapi/edit/cpdf_creator.cpp b/core/fpdfapi/edit/cpdf_creator.cpp index a42cfaa852..be63960199 100644 --- a/core/fpdfapi/edit/cpdf_creator.cpp +++ b/core/fpdfapi/edit/cpdf_creator.cpp @@ -22,6 +22,7 @@ #include "core/fpdfapi/parser/fpdf_parser_utility.h" #include "core/fxcrt/fx_extension.h" #include "core/fxcrt/fx_random.h" +#include "third_party/base/ptr_util.h" #include "third_party/base/span.h" namespace { diff --git a/core/fpdfapi/edit/cpdf_encryptor.cpp b/core/fpdfapi/edit/cpdf_encryptor.cpp index c74e53ed75..a89de72836 100644 --- a/core/fpdfapi/edit/cpdf_encryptor.cpp +++ b/core/fpdfapi/edit/cpdf_encryptor.cpp @@ -7,7 +7,6 @@ #include "core/fpdfapi/edit/cpdf_encryptor.h" #include "core/fpdfapi/parser/cpdf_crypto_handler.h" -#include "third_party/base/ptr_util.h" CPDF_Encryptor::CPDF_Encryptor(CPDF_CryptoHandler* pHandler, int objnum) : m_pHandler(pHandler), m_ObjNum(objnum) { diff --git a/core/fpdfapi/edit/cpdf_pagecontentgenerator.cpp b/core/fpdfapi/edit/cpdf_pagecontentgenerator.cpp index 02aea78074..946364d6d7 100644 --- a/core/fpdfapi/edit/cpdf_pagecontentgenerator.cpp +++ b/core/fpdfapi/edit/cpdf_pagecontentgenerator.cpp @@ -32,6 +32,7 @@ #include "core/fpdfapi/parser/cpdf_stream.h" #include "core/fpdfapi/parser/fpdf_parser_decode.h" #include "core/fpdfapi/parser/fpdf_parser_utility.h" +#include "third_party/base/ptr_util.h" #include "third_party/base/stl_util.h" #include "third_party/skia_shared/SkFloatToDecimal.h" diff --git a/core/fpdfapi/font/cpdf_fontencoding.cpp b/core/fpdfapi/font/cpdf_fontencoding.cpp index 921d5842b8..865a1b7bb7 100644 --- a/core/fpdfapi/font/cpdf_fontencoding.cpp +++ b/core/fpdfapi/font/cpdf_fontencoding.cpp @@ -14,6 +14,7 @@ #include "core/fpdfapi/parser/cpdf_number.h" #include "core/fpdfapi/parser/fpdf_parser_decode.h" #include "core/fxge/fx_freetype.h" +#include "third_party/base/ptr_util.h" namespace { diff --git a/core/fpdfapi/font/cpdf_type3font.cpp b/core/fpdfapi/font/cpdf_type3font.cpp index dde452e915..5993c1c7cb 100644 --- a/core/fpdfapi/font/cpdf_type3font.cpp +++ b/core/fpdfapi/font/cpdf_type3font.cpp @@ -15,6 +15,7 @@ #include "core/fpdfapi/parser/cpdf_dictionary.h" #include "core/fpdfapi/parser/cpdf_stream.h" #include "core/fxcrt/fx_system.h" +#include "third_party/base/ptr_util.h" #include "third_party/base/stl_util.h" namespace { diff --git a/core/fpdfapi/page/cpdf_contentmark.cpp b/core/fpdfapi/page/cpdf_contentmark.cpp index 725a17348b..c1cdf392e0 100644 --- a/core/fpdfapi/page/cpdf_contentmark.cpp +++ b/core/fpdfapi/page/cpdf_contentmark.cpp @@ -10,6 +10,7 @@ #include #include "core/fpdfapi/parser/cpdf_dictionary.h" +#include "third_party/base/ptr_util.h" CPDF_ContentMark::CPDF_ContentMark() {} diff --git a/core/fpdfapi/page/cpdf_docpagedata.cpp b/core/fpdfapi/page/cpdf_docpagedata.cpp index 9ee8d588e4..bc1c1c5a60 100644 --- a/core/fpdfapi/page/cpdf_docpagedata.cpp +++ b/core/fpdfapi/page/cpdf_docpagedata.cpp @@ -25,6 +25,7 @@ #include "core/fpdfapi/parser/cpdf_document.h" #include "core/fpdfapi/parser/cpdf_name.h" #include "core/fpdfapi/parser/cpdf_stream_acc.h" +#include "third_party/base/ptr_util.h" #include "third_party/base/stl_util.h" CPDF_DocPageData::CPDF_DocPageData(CPDF_Document* pPDFDoc) diff --git a/core/fpdfapi/page/cpdf_meshstream.cpp b/core/fpdfapi/page/cpdf_meshstream.cpp index 7503ccb625..5d8e1f2342 100644 --- a/core/fpdfapi/page/cpdf_meshstream.cpp +++ b/core/fpdfapi/page/cpdf_meshstream.cpp @@ -10,6 +10,7 @@ #include "core/fpdfapi/page/cpdf_function.h" #include "core/fpdfapi/parser/cpdf_array.h" #include "core/fpdfapi/parser/cpdf_dictionary.h" +#include "third_party/base/ptr_util.h" #include "third_party/base/span.h" namespace { diff --git a/core/fpdfapi/page/cpdf_psfunc.cpp b/core/fpdfapi/page/cpdf_psfunc.cpp index 13d76aeb10..dd2b05c763 100644 --- a/core/fpdfapi/page/cpdf_psfunc.cpp +++ b/core/fpdfapi/page/cpdf_psfunc.cpp @@ -7,7 +7,6 @@ #include "core/fpdfapi/page/cpdf_psfunc.h" #include "core/fpdfapi/parser/cpdf_stream_acc.h" -#include "third_party/base/ptr_util.h" CPDF_PSFunc::CPDF_PSFunc() : CPDF_Function(Type::kType4PostScript) {} diff --git a/core/fpdfapi/page/cpdf_streamparser.cpp b/core/fpdfapi/page/cpdf_streamparser.cpp index a083c93618..037e72c5e0 100644 --- a/core/fpdfapi/page/cpdf_streamparser.cpp +++ b/core/fpdfapi/page/cpdf_streamparser.cpp @@ -31,6 +31,7 @@ #include "core/fxcodec/codec/ccodec_scanlinedecoder.h" #include "core/fxcodec/fx_codec.h" #include "core/fxcrt/fx_extension.h" +#include "third_party/base/ptr_util.h" namespace { diff --git a/core/fpdfapi/parser/cpdf_array.cpp b/core/fpdfapi/parser/cpdf_array.cpp index 68b301e283..79be0c8bae 100644 --- a/core/fpdfapi/parser/cpdf_array.cpp +++ b/core/fpdfapi/parser/cpdf_array.cpp @@ -16,6 +16,7 @@ #include "core/fpdfapi/parser/cpdf_string.h" #include "core/fxcrt/fx_stream.h" #include "third_party/base/logging.h" +#include "third_party/base/ptr_util.h" #include "third_party/base/stl_util.h" CPDF_Array::CPDF_Array() {} diff --git a/core/fpdfapi/parser/cpdf_dictionary.cpp b/core/fpdfapi/parser/cpdf_dictionary.cpp index 4357efaff3..9c06e42804 100644 --- a/core/fpdfapi/parser/cpdf_dictionary.cpp +++ b/core/fpdfapi/parser/cpdf_dictionary.cpp @@ -20,6 +20,7 @@ #include "core/fpdfapi/parser/fpdf_parser_utility.h" #include "core/fxcrt/fx_stream.h" #include "third_party/base/logging.h" +#include "third_party/base/ptr_util.h" #include "third_party/base/stl_util.h" CPDF_Dictionary::CPDF_Dictionary() diff --git a/core/fpdfapi/parser/cpdf_hint_tables.cpp b/core/fpdfapi/parser/cpdf_hint_tables.cpp index 43c3138605..9f53e3aaa2 100644 --- a/core/fpdfapi/parser/cpdf_hint_tables.cpp +++ b/core/fpdfapi/parser/cpdf_hint_tables.cpp @@ -20,6 +20,7 @@ #include "core/fxcrt/cfx_bitstream.h" #include "core/fxcrt/fx_safe_types.h" #include "third_party/base/numerics/safe_conversions.h" +#include "third_party/base/ptr_util.h" #include "third_party/base/span.h" namespace { diff --git a/core/fpdfapi/parser/cpdf_indirect_object_holder.cpp b/core/fpdfapi/parser/cpdf_indirect_object_holder.cpp index 42e312ca64..4c15a9ed80 100644 --- a/core/fpdfapi/parser/cpdf_indirect_object_holder.cpp +++ b/core/fpdfapi/parser/cpdf_indirect_object_holder.cpp @@ -12,6 +12,7 @@ #include "core/fpdfapi/parser/cpdf_object.h" #include "core/fpdfapi/parser/cpdf_parser.h" #include "third_party/base/logging.h" +#include "third_party/base/ptr_util.h" namespace { diff --git a/core/fpdfapi/parser/cpdf_object.cpp b/core/fpdfapi/parser/cpdf_object.cpp index 1e2b2f680f..a32a5c2eed 100644 --- a/core/fpdfapi/parser/cpdf_object.cpp +++ b/core/fpdfapi/parser/cpdf_object.cpp @@ -15,6 +15,7 @@ #include "core/fpdfapi/parser/cpdf_reference.h" #include "core/fxcrt/fx_string.h" #include "third_party/base/logging.h" +#include "third_party/base/ptr_util.h" #include "third_party/base/stl_util.h" CPDF_Object::~CPDF_Object() {} diff --git a/core/fpdfapi/parser/cpdf_object_avail.cpp b/core/fpdfapi/parser/cpdf_object_avail.cpp index 35e7f45850..1c1ab153b0 100644 --- a/core/fpdfapi/parser/cpdf_object_avail.cpp +++ b/core/fpdfapi/parser/cpdf_object_avail.cpp @@ -11,6 +11,7 @@ #include "core/fpdfapi/parser/cpdf_object_walker.h" #include "core/fpdfapi/parser/cpdf_read_validator.h" #include "core/fpdfapi/parser/cpdf_reference.h" +#include "third_party/base/ptr_util.h" CPDF_ObjectAvail::CPDF_ObjectAvail(CPDF_ReadValidator* validator, CPDF_IndirectObjectHolder* holder, diff --git a/core/fpdfapi/parser/cpdf_object_stream.cpp b/core/fpdfapi/parser/cpdf_object_stream.cpp index 7e4b4ae81c..49d2b0242a 100644 --- a/core/fpdfapi/parser/cpdf_object_stream.cpp +++ b/core/fpdfapi/parser/cpdf_object_stream.cpp @@ -14,6 +14,7 @@ #include "core/fpdfapi/parser/cpdf_stream_acc.h" #include "core/fpdfapi/parser/cpdf_syntax_parser.h" #include "core/fxcrt/cfx_memorystream.h" +#include "third_party/base/ptr_util.h" #include "third_party/base/stl_util.h" // static diff --git a/core/fpdfapi/parser/cpdf_object_unittest.cpp b/core/fpdfapi/parser/cpdf_object_unittest.cpp index 768ce98265..ca01949c65 100644 --- a/core/fpdfapi/parser/cpdf_object_unittest.cpp +++ b/core/fpdfapi/parser/cpdf_object_unittest.cpp @@ -20,6 +20,7 @@ #include "core/fpdfapi/parser/cpdf_stream_acc.h" #include "core/fpdfapi/parser/cpdf_string.h" #include "testing/gtest/include/gtest/gtest.h" +#include "third_party/base/ptr_util.h" namespace { diff --git a/core/fpdfapi/parser/cpdf_object_walker.cpp b/core/fpdfapi/parser/cpdf_object_walker.cpp index 91638662c3..6d6d489e02 100644 --- a/core/fpdfapi/parser/cpdf_object_walker.cpp +++ b/core/fpdfapi/parser/cpdf_object_walker.cpp @@ -9,6 +9,7 @@ #include "core/fpdfapi/parser/cpdf_array.h" #include "core/fpdfapi/parser/cpdf_dictionary.h" #include "core/fpdfapi/parser/cpdf_stream.h" +#include "third_party/base/ptr_util.h" namespace { diff --git a/core/fpdfapi/parser/cpdf_parser_unittest.cpp b/core/fpdfapi/parser/cpdf_parser_unittest.cpp index 28c907a101..33fdd73643 100644 --- a/core/fpdfapi/parser/cpdf_parser_unittest.cpp +++ b/core/fpdfapi/parser/cpdf_parser_unittest.cpp @@ -17,6 +17,7 @@ #include "core/fxcrt/retain_ptr.h" #include "testing/gtest/include/gtest/gtest.h" #include "testing/utils/path_service.h" +#include "third_party/base/ptr_util.h" namespace { diff --git a/core/fpdfapi/parser/cpdf_security_handler.cpp b/core/fpdfapi/parser/cpdf_security_handler.cpp index bb2296666a..079aeefef0 100644 --- a/core/fpdfapi/parser/cpdf_security_handler.cpp +++ b/core/fpdfapi/parser/cpdf_security_handler.cpp @@ -19,6 +19,7 @@ #include "core/fpdfapi/parser/cpdf_object.h" #include "core/fpdfapi/parser/cpdf_string.h" #include "core/fxcrt/fx_extension.h" +#include "third_party/base/ptr_util.h" namespace { diff --git a/core/fpdfapi/render/cpdf_devicebuffer.cpp b/core/fpdfapi/render/cpdf_devicebuffer.cpp index 4c8da1c327..b29db0054b 100644 --- a/core/fpdfapi/render/cpdf_devicebuffer.cpp +++ b/core/fpdfapi/render/cpdf_devicebuffer.cpp @@ -13,7 +13,6 @@ #include "core/fxge/cfx_renderdevice.h" #include "core/fxge/dib/cfx_dibitmap.h" #include "core/fxge/fx_dib.h" -#include "third_party/base/ptr_util.h" CPDF_DeviceBuffer::CPDF_DeviceBuffer() {} diff --git a/core/fpdfapi/render/cpdf_pagerendercache.cpp b/core/fpdfapi/render/cpdf_pagerendercache.cpp index f58837a794..ba334ad01d 100644 --- a/core/fpdfapi/render/cpdf_pagerendercache.cpp +++ b/core/fpdfapi/render/cpdf_pagerendercache.cpp @@ -14,6 +14,7 @@ #include "core/fpdfapi/render/cpdf_imagecacheentry.h" #include "core/fpdfapi/render/cpdf_renderstatus.h" #include "core/fxge/dib/cfx_dibitmap.h" +#include "third_party/base/ptr_util.h" namespace { diff --git a/core/fpdfdoc/cpdf_formfield.cpp b/core/fpdfdoc/cpdf_formfield.cpp index 4ff853dc9a..fb70daffd8 100644 --- a/core/fpdfdoc/cpdf_formfield.cpp +++ b/core/fpdfdoc/cpdf_formfield.cpp @@ -23,6 +23,7 @@ #include "core/fpdfdoc/cpdf_formcontrol.h" #include "core/fpdfdoc/cpdf_interform.h" #include "core/fpdfdoc/cpvt_generateap.h" +#include "third_party/base/ptr_util.h" #include "third_party/base/stl_util.h" namespace { diff --git a/core/fpdfdoc/cpdf_nametree_unittest.cpp b/core/fpdfdoc/cpdf_nametree_unittest.cpp index 38c3140b90..0ceab24e48 100644 --- a/core/fpdfdoc/cpdf_nametree_unittest.cpp +++ b/core/fpdfdoc/cpdf_nametree_unittest.cpp @@ -8,6 +8,7 @@ #include "core/fpdfapi/parser/cpdf_number.h" #include "core/fpdfapi/parser/cpdf_string.h" #include "testing/gtest/include/gtest/gtest.h" +#include "third_party/base/ptr_util.h" namespace { diff --git a/core/fpdfdoc/cpdf_structtree.cpp b/core/fpdfdoc/cpdf_structtree.cpp index 4f8ce0eea6..04b074f39f 100644 --- a/core/fpdfdoc/cpdf_structtree.cpp +++ b/core/fpdfdoc/cpdf_structtree.cpp @@ -13,6 +13,7 @@ #include "core/fpdfapi/parser/cpdf_reference.h" #include "core/fpdfdoc/cpdf_numbertree.h" #include "core/fpdfdoc/cpdf_structelement.h" +#include "third_party/base/ptr_util.h" namespace { diff --git a/core/fpdfdoc/cpvt_wordinfo.cpp b/core/fpdfdoc/cpvt_wordinfo.cpp index 5465645be8..7712bcd8cf 100644 --- a/core/fpdfdoc/cpvt_wordinfo.cpp +++ b/core/fpdfdoc/cpvt_wordinfo.cpp @@ -7,7 +7,6 @@ #include "core/fpdfdoc/cpvt_wordinfo.h" #include "core/fxcrt/fx_codepage.h" -#include "third_party/base/ptr_util.h" CPVT_WordInfo::CPVT_WordInfo() : Word(0), diff --git a/core/fxcodec/bmp/cfx_bmpdecompressor.cpp b/core/fxcodec/bmp/cfx_bmpdecompressor.cpp index 35b76f2343..b99a11c9f9 100644 --- a/core/fxcodec/bmp/cfx_bmpdecompressor.cpp +++ b/core/fxcodec/bmp/cfx_bmpdecompressor.cpp @@ -15,7 +15,6 @@ #include "core/fxcrt/fx_system.h" #include "third_party/base/logging.h" #include "third_party/base/numerics/safe_math.h" -#include "third_party/base/ptr_util.h" namespace { diff --git a/core/fxcodec/codec/ccodec_iccmodule.cpp b/core/fxcodec/codec/ccodec_iccmodule.cpp index 74937b2807..a15e72d5fd 100644 --- a/core/fxcodec/codec/ccodec_iccmodule.cpp +++ b/core/fxcodec/codec/ccodec_iccmodule.cpp @@ -11,6 +11,7 @@ #include #include "core/fxcodec/codec/codec_int.h" +#include "third_party/base/ptr_util.h" namespace { diff --git a/core/fxcodec/codec/ccodec_iccmodule.h b/core/fxcodec/codec/ccodec_iccmodule.h index 64cfb26f9d..432ca1c508 100644 --- a/core/fxcodec/codec/ccodec_iccmodule.h +++ b/core/fxcodec/codec/ccodec_iccmodule.h @@ -12,7 +12,6 @@ #include "core/fxcodec/fx_codec_def.h" #include "core/fxcrt/fx_string.h" #include "core/fxcrt/fx_system.h" -#include "third_party/base/ptr_util.h" #include "third_party/base/span.h" #if defined(USE_SYSTEM_LCMS2) diff --git a/core/fxcodec/gif/cfx_lzwdecompressor.cpp b/core/fxcodec/gif/cfx_lzwdecompressor.cpp index a23106bb37..5708d11cbf 100644 --- a/core/fxcodec/gif/cfx_lzwdecompressor.cpp +++ b/core/fxcodec/gif/cfx_lzwdecompressor.cpp @@ -12,7 +12,6 @@ #include #include "third_party/base/numerics/safe_math.h" -#include "third_party/base/ptr_util.h" #include "third_party/base/stl_util.h" std::unique_ptr CFX_LZWDecompressor::Create( diff --git a/core/fxcrt/cfx_seekablestreamproxy.cpp b/core/fxcrt/cfx_seekablestreamproxy.cpp index eb5874b7a2..98ed8b1603 100644 --- a/core/fxcrt/cfx_seekablestreamproxy.cpp +++ b/core/fxcrt/cfx_seekablestreamproxy.cpp @@ -19,7 +19,6 @@ #include "core/fxcrt/cfx_memorystream.h" #include "core/fxcrt/fx_codepage.h" #include "core/fxcrt/fx_extension.h" -#include "third_party/base/ptr_util.h" #include "third_party/base/stl_util.h" namespace { diff --git a/core/fxcrt/fx_bidi.cpp b/core/fxcrt/fx_bidi.cpp index caf12fa8dd..672e2d9dae 100644 --- a/core/fxcrt/fx_bidi.cpp +++ b/core/fxcrt/fx_bidi.cpp @@ -9,7 +9,6 @@ #include #include "core/fxcrt/fx_unicode.h" -#include "third_party/base/ptr_util.h" #ifdef PDF_ENABLE_XFA #include "core/fxcrt/fx_extension.h" diff --git a/core/fxcrt/fx_extension.cpp b/core/fxcrt/fx_extension.cpp index 8320b45db4..8e78e4d789 100644 --- a/core/fxcrt/fx_extension.cpp +++ b/core/fxcrt/fx_extension.cpp @@ -11,7 +11,6 @@ #include #include "third_party/base/compiler_specific.h" -#include "third_party/base/ptr_util.h" time_t (*time_func)() = []() -> time_t { return time(nullptr); }; diff --git a/core/fxcrt/xml/cfx_xmlchardata.cpp b/core/fxcrt/xml/cfx_xmlchardata.cpp index 307d319537..d5fae18cd9 100644 --- a/core/fxcrt/xml/cfx_xmlchardata.cpp +++ b/core/fxcrt/xml/cfx_xmlchardata.cpp @@ -7,7 +7,6 @@ #include "core/fxcrt/xml/cfx_xmlchardata.h" #include "core/fxcrt/xml/cfx_xmldocument.h" -#include "third_party/base/ptr_util.h" CFX_XMLCharData::CFX_XMLCharData(const WideString& wsCData) : CFX_XMLText(wsCData) {} diff --git a/core/fxcrt/xml/cfx_xmldocument.cpp b/core/fxcrt/xml/cfx_xmldocument.cpp index 73f19d1c7d..1c6656d1cf 100644 --- a/core/fxcrt/xml/cfx_xmldocument.cpp +++ b/core/fxcrt/xml/cfx_xmldocument.cpp @@ -6,7 +6,6 @@ #include "core/fxcrt/fx_system.h" #include "core/fxcrt/xml/cfx_xmlinstruction.h" -#include "third_party/base/ptr_util.h" CFX_XMLDocument::CFX_XMLDocument() { root_ = CreateNode(L"root"); diff --git a/core/fxcrt/xml/cfx_xmlelement.cpp b/core/fxcrt/xml/cfx_xmlelement.cpp index bd24091205..f5031624e8 100644 --- a/core/fxcrt/xml/cfx_xmlelement.cpp +++ b/core/fxcrt/xml/cfx_xmlelement.cpp @@ -13,7 +13,6 @@ #include "core/fxcrt/xml/cfx_xmlchardata.h" #include "core/fxcrt/xml/cfx_xmldocument.h" #include "core/fxcrt/xml/cfx_xmltext.h" -#include "third_party/base/ptr_util.h" #include "third_party/base/stl_util.h" CFX_XMLElement::CFX_XMLElement(const WideString& wsTag) diff --git a/core/fxcrt/xml/cfx_xmlinstruction.cpp b/core/fxcrt/xml/cfx_xmlinstruction.cpp index 32841fb68e..9c00e38528 100644 --- a/core/fxcrt/xml/cfx_xmlinstruction.cpp +++ b/core/fxcrt/xml/cfx_xmlinstruction.cpp @@ -11,7 +11,6 @@ #include "core/fxcrt/fx_codepage.h" #include "core/fxcrt/fx_extension.h" #include "core/fxcrt/xml/cfx_xmldocument.h" -#include "third_party/base/ptr_util.h" #include "third_party/base/stl_util.h" CFX_XMLInstruction::CFX_XMLInstruction(const WideString& wsTarget) diff --git a/core/fxcrt/xml/cfx_xmlparser_unittest.cpp b/core/fxcrt/xml/cfx_xmlparser_unittest.cpp index 86d340ea83..d948faff24 100644 --- a/core/fxcrt/xml/cfx_xmlparser_unittest.cpp +++ b/core/fxcrt/xml/cfx_xmlparser_unittest.cpp @@ -13,7 +13,6 @@ #include "core/fxcrt/xml/cfx_xmlinstruction.h" #include "testing/gtest/include/gtest/gtest.h" #include "testing/test_support.h" -#include "third_party/base/ptr_util.h" class CFX_XMLParserTest : public testing::Test { public: diff --git a/core/fxcrt/xml/cfx_xmltext.cpp b/core/fxcrt/xml/cfx_xmltext.cpp index 73f0477482..c835680580 100644 --- a/core/fxcrt/xml/cfx_xmltext.cpp +++ b/core/fxcrt/xml/cfx_xmltext.cpp @@ -7,7 +7,6 @@ #include "core/fxcrt/xml/cfx_xmltext.h" #include "core/fxcrt/xml/cfx_xmldocument.h" -#include "third_party/base/ptr_util.h" CFX_XMLText::CFX_XMLText(const WideString& wsText) : CFX_XMLNode(), m_wsText(wsText) {} diff --git a/core/fxge/apple/fx_quartz_device.cpp b/core/fxge/apple/fx_quartz_device.cpp index 62b9b9e618..b752f83420 100644 --- a/core/fxge/apple/fx_quartz_device.cpp +++ b/core/fxge/apple/fx_quartz_device.cpp @@ -16,7 +16,6 @@ #include "core/fxge/cfx_renderdevice.h" #include "core/fxge/dib/cfx_dibitmap.h" #include "core/fxge/fx_freetype.h" -#include "third_party/base/ptr_util.h" #include "core/fxge/apple/apple_int.h" #ifndef CGFLOAT_IS_DOUBLE diff --git a/core/fxge/dib/cfx_bitmapstorer.cpp b/core/fxge/dib/cfx_bitmapstorer.cpp index d5b26f28b7..2d85a2ed7b 100644 --- a/core/fxge/dib/cfx_bitmapstorer.cpp +++ b/core/fxge/dib/cfx_bitmapstorer.cpp @@ -8,7 +8,6 @@ #include -#include "third_party/base/ptr_util.h" CFX_BitmapStorer::CFX_BitmapStorer() {} diff --git a/core/fxge/dib/cfx_dibbase.cpp b/core/fxge/dib/cfx_dibbase.cpp index 79150ba616..65b7e5eded 100644 --- a/core/fxge/dib/cfx_dibbase.cpp +++ b/core/fxge/dib/cfx_dibbase.cpp @@ -18,7 +18,6 @@ #include "core/fxge/dib/cfx_imagestretcher.h" #include "core/fxge/dib/cfx_imagetransformer.h" #include "third_party/base/logging.h" -#include "third_party/base/ptr_util.h" namespace { diff --git a/core/fxge/dib/cfx_dibitmap.cpp b/core/fxge/dib/cfx_dibitmap.cpp index 0dbf47cbf8..3a6eca8228 100644 --- a/core/fxge/dib/cfx_dibitmap.cpp +++ b/core/fxge/dib/cfx_dibitmap.cpp @@ -13,7 +13,6 @@ #include "core/fxcodec/fx_codec.h" #include "core/fxge/cfx_cliprgn.h" #include "core/fxge/dib/cfx_scanlinecompositor.h" -#include "third_party/base/ptr_util.h" namespace { diff --git a/core/fxge/dib/fx_dib_main.cpp b/core/fxge/dib/fx_dib_main.cpp index 2fd3cc05e5..8df1322e97 100644 --- a/core/fxge/dib/fx_dib_main.cpp +++ b/core/fxge/dib/fx_dib_main.cpp @@ -10,7 +10,6 @@ #include #include "core/fxcrt/fx_extension.h" -#include "third_party/base/ptr_util.h" #if _FX_PLATFORM_ == _FX_PLATFORM_WINDOWS_ static_assert(sizeof(FX_COLORREF) == sizeof(COLORREF), diff --git a/core/fxge/win32/fx_win32_gdipext.cpp b/core/fxge/win32/fx_win32_gdipext.cpp index 57780344ab..a9f6974271 100644 --- a/core/fxge/win32/fx_win32_gdipext.cpp +++ b/core/fxge/win32/fx_win32_gdipext.cpp @@ -16,7 +16,6 @@ #include "core/fxge/cfx_pathdata.h" #include "core/fxge/win32/cfx_windowsdib.h" #include "core/fxge/win32/win32_int.h" -#include "third_party/base/ptr_util.h" // Has to come before gdiplus.h namespace Gdiplus { diff --git a/core/fxge/win32/fx_win32_print.cpp b/core/fxge/win32/fx_win32_print.cpp index 83a1627087..4d8452db74 100644 --- a/core/fxge/win32/fx_win32_print.cpp +++ b/core/fxge/win32/fx_win32_print.cpp @@ -19,7 +19,6 @@ #include "core/fxge/fx_freetype.h" #include "core/fxge/win32/cpsoutput.h" #include "core/fxge/win32/win32_int.h" -#include "third_party/base/ptr_util.h" #if defined(PDFIUM_PRINT_TEXT_WITH_GDI) namespace { -- cgit v1.2.3