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 --- xfa/fwl/cfwl_checkbox.h | 2 -- xfa/fwl/cfwl_edit.h | 1 - xfa/fwl/cfwl_picturebox.h | 2 -- xfa/fwl/cfwl_pushbutton.h | 2 -- 4 files changed, 7 deletions(-) (limited to 'xfa/fwl') 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" -- cgit v1.2.3