From 43ddddb703bcdb9430752af63ae46527f737f874 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Fri, 31 May 2019 17:37:07 +0200 Subject: tdf#42949 Fix IWYU warnings in svl/ Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Except source/svdde/* which is WIN-specific Also recheck include/svl Change-Id: I32d3bcb6b14665c56c07a2f10526329b08c64cbe Reviewed-on: https://gerrit.libreoffice.org/73630 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- svl/source/notify/listener.cxx | 1 - svl/source/notify/lstner.cxx | 1 - 2 files changed, 2 deletions(-) (limited to 'svl/source/notify') diff --git a/svl/source/notify/listener.cxx b/svl/source/notify/listener.cxx index 38856a835d4f..51564ce9b4b7 100644 --- a/svl/source/notify/listener.cxx +++ b/svl/source/notify/listener.cxx @@ -19,7 +19,6 @@ #include #include -#include SvtListener::QueryBase::QueryBase( sal_uInt16 nId ) : mnId(nId) {} SvtListener::QueryBase::~QueryBase() {} diff --git a/svl/source/notify/lstner.cxx b/svl/source/notify/lstner.cxx index dcd380c86dec..fe6f2b8af4e2 100644 --- a/svl/source/notify/lstner.cxx +++ b/svl/source/notify/lstner.cxx @@ -19,7 +19,6 @@ #include -#include #include #include #include -- cgit