diff options
author | Lei Zhang <thestig@chromium.org> | 2018-09-20 01:20:45 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-09-20 01:20:45 +0000 |
commit | f3cc72fd2b6910d4d7437f71efce23b501c5b526 (patch) | |
tree | d44f204dfa1bcfdb43353c28d8611ec210df683e /xfa/fwl | |
parent | d39389f6ec2eb96695d2645e1fc4e71fd7c5da08 (diff) | |
download | pdfium-f3cc72fd2b6910d4d7437f71efce23b501c5b526.tar.xz |
Remove many unneeded STL #includes from headers.
Change-Id: I7010cedee8d17d05b2c37a94d767e6f3a9c48f7d
Reviewed-on: https://pdfium-review.googlesource.com/42790
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'xfa/fwl')
-rw-r--r-- | xfa/fwl/cfwl_checkbox.h | 2 | ||||
-rw-r--r-- | xfa/fwl/cfwl_edit.h | 1 | ||||
-rw-r--r-- | xfa/fwl/cfwl_picturebox.h | 2 | ||||
-rw-r--r-- | xfa/fwl/cfwl_pushbutton.h | 2 |
4 files changed, 0 insertions, 7 deletions
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 <memory> - #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 <memory> #include <utility> -#include <vector> #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 <memory> - #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 <memory> - #include "xfa/fwl/cfwl_widget.h" #include "xfa/fwl/cfwl_widgetproperties.h" |