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/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 -- 8 files changed, 15 deletions(-) (limited to 'core/fxcrt') 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" -- cgit v1.2.3