diff options
author | Lei Zhang <thestig@chromium.org> | 2018-10-09 21:31:28 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-10-09 21:31:28 +0000 |
commit | 99f5bbb53316543f4f20ea937b5abc98efe91bf9 (patch) | |
tree | 96821bdefa2b522b83914f205a937d1af350468a /xfa/fwl | |
parent | a021def0a4a500ee8373d37f7122097927387873 (diff) | |
download | pdfium-99f5bbb53316543f4f20ea937b5abc98efe91bf9.tar.xz |
Do IWYU for ptr_util.h.
Change-Id: Ib96a66eb47bea791f061e1d6da8aadad8037a99d
Reviewed-on: https://pdfium-review.googlesource.com/c/43609
Commit-Queue: Lei Zhang <thestig@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'xfa/fwl')
-rw-r--r-- | xfa/fwl/cfwl_combolist.cpp | 1 | ||||
-rw-r--r-- | xfa/fwl/cfwl_datetimeedit.cpp | 1 | ||||
-rw-r--r-- | xfa/fwl/cfwl_scrollbar.cpp | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/xfa/fwl/cfwl_combolist.cpp b/xfa/fwl/cfwl_combolist.cpp index 5aae3cddd4..2083802730 100644 --- a/xfa/fwl/cfwl_combolist.cpp +++ b/xfa/fwl/cfwl_combolist.cpp @@ -9,7 +9,6 @@ #include <memory> #include <utility> -#include "third_party/base/ptr_util.h" #include "xfa/fwl/cfwl_combobox.h" #include "xfa/fwl/cfwl_comboedit.h" #include "xfa/fwl/cfwl_listbox.h" diff --git a/xfa/fwl/cfwl_datetimeedit.cpp b/xfa/fwl/cfwl_datetimeedit.cpp index ceb30c7a17..147650dc6f 100644 --- a/xfa/fwl/cfwl_datetimeedit.cpp +++ b/xfa/fwl/cfwl_datetimeedit.cpp @@ -9,7 +9,6 @@ #include <memory> #include <utility> -#include "third_party/base/ptr_util.h" #include "xfa/fwl/cfwl_datetimepicker.h" #include "xfa/fwl/cfwl_messagemouse.h" #include "xfa/fwl/cfwl_widgetmgr.h" diff --git a/xfa/fwl/cfwl_scrollbar.cpp b/xfa/fwl/cfwl_scrollbar.cpp index 4e52d8bbfd..e4fe3c41c6 100644 --- a/xfa/fwl/cfwl_scrollbar.cpp +++ b/xfa/fwl/cfwl_scrollbar.cpp @@ -10,7 +10,6 @@ #include <memory> #include <utility> -#include "third_party/base/ptr_util.h" #include "third_party/base/stl_util.h" #include "xfa/fwl/cfwl_messagemouse.h" #include "xfa/fwl/cfwl_messagemousewheel.h" |