diff options
Diffstat (limited to 'core/fxcrt')
-rw-r--r-- | core/fxcrt/css/cfx_cssdata.h | 3 | ||||
-rw-r--r-- | core/fxcrt/fx_arabic.h | 2 | ||||
-rw-r--r-- | core/fxcrt/fx_bidi.h | 1 | ||||
-rw-r--r-- | core/fxcrt/xml/cfx_xmlchardata.h | 2 | ||||
-rw-r--r-- | core/fxcrt/xml/cfx_xmlelement.h | 2 | ||||
-rw-r--r-- | core/fxcrt/xml/cfx_xmlinstruction.h | 1 | ||||
-rw-r--r-- | core/fxcrt/xml/cfx_xmlnode.h | 2 | ||||
-rw-r--r-- | core/fxcrt/xml/cfx_xmltext.h | 2 |
8 files changed, 0 insertions, 15 deletions
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 <memory> -#include <vector> - #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 <vector> - #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 <memory> #include <vector> #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 <memory> - #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 <map> -#include <memory> -#include <vector> #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 <memory> #include <vector> #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 <memory> - #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 <memory> - #include "core/fxcrt/fx_string.h" #include "core/fxcrt/xml/cfx_xmlnode.h" |