diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-01-22 18:14:35 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-01-24 11:28:52 +0100 |
commit | 38aa12075432cc6b4e6de60de84c04c1f480768d (patch) | |
tree | 9475e961325b372412b5773fabc1f0446264ce7a /include/vcl/dockwin.hxx | |
parent | c2216d2d7a5bb0a82f79181fbc46708d35858afe (diff) |
find-unneeeded-includes: don't propose to replace o3tl/deleter.hxx
As seen while analysing
sw/source/core/inc/DocumentChartDataProviderManager.hxx
replacing o3tl/deleter.hxx with fw declaration does not work,
it compiles only when it is transitively included.
This also removes mistakenly added fw declarations and
now unnecessary IwyuFilter blacklist items
Change-Id: I2d631f0693dbfd0bb0e62218a525113042c9a907
Reviewed-on: https://gerrit.libreoffice.org/66750
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/vcl/dockwin.hxx')
-rw-r--r-- | include/vcl/dockwin.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/vcl/dockwin.hxx b/include/vcl/dockwin.hxx index 7bbbc9e49d79..5d88e9de65f1 100644 --- a/include/vcl/dockwin.hxx +++ b/include/vcl/dockwin.hxx @@ -21,13 +21,12 @@ #define INCLUDED_VCL_DOCKWIN_HXX #include <vcl/dllapi.h> +#include <o3tl/deleter.hxx> #include <vcl/builder.hxx> #include <vcl/floatwin.hxx> #include <memory> #include <vector> -namespace o3tl { template <typename T> struct default_delete; } - // data to be sent with docking events struct DockingData { |