diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-11-12 20:55:41 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2018-11-19 09:38:53 +0100 |
commit | 492ea7e08571e466e37f870b7642a79df55c2e92 (patch) | |
tree | 902686cce366dc110cb46d8164b22658235c575e /extensions | |
parent | 50e644253f78ab002f180fb8e82ca181b95cb7ff (diff) |
tdf#42949 Fix IWYU warnings in include/vcl/[ab]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: If18c80fc64e55d797953e24e40e5d5e62bd9c625
Reviewed-on: https://gerrit.libreoffice.org/63453
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/abpilot/abpfinalpage.cxx | 1 | ||||
-rw-r--r-- | extensions/source/abpilot/abspilot.cxx | 1 | ||||
-rw-r--r-- | extensions/source/abpilot/admininvokationimpl.cxx | 1 | ||||
-rw-r--r-- | extensions/source/abpilot/fieldmappingimpl.cxx | 1 | ||||
-rw-r--r-- | extensions/source/bibliography/general.cxx | 1 | ||||
-rw-r--r-- | extensions/source/dbpilots/groupboxwiz.cxx | 1 | ||||
-rw-r--r-- | extensions/source/dbpilots/optiongrouplayouter.cxx | 1 | ||||
-rw-r--r-- | extensions/source/inc/componentmodule.cxx | 1 | ||||
-rw-r--r-- | extensions/source/propctrlr/propertyeditor.cxx | 1 | ||||
-rw-r--r-- | extensions/source/propctrlr/taborder.cxx | 1 | ||||
-rw-r--r-- | extensions/source/scanner/sane.hxx | 1 | ||||
-rw-r--r-- | extensions/source/scanner/scanwin.cxx | 1 |
12 files changed, 12 insertions, 0 deletions
diff --git a/extensions/source/abpilot/abpfinalpage.cxx b/extensions/source/abpilot/abpfinalpage.cxx index 1d4b92c48b80..92a7e804f6e4 100644 --- a/extensions/source/abpilot/abpfinalpage.cxx +++ b/extensions/source/abpilot/abpfinalpage.cxx @@ -20,6 +20,7 @@ #include "abpfinalpage.hxx" #include "addresssettings.hxx" #include "abspilot.hxx" +#include <osl/diagnose.h> #include <tools/urlobj.hxx> #include <unotools/ucbhelper.hxx> #include <unotools/pathoptions.hxx> diff --git a/extensions/source/abpilot/abspilot.cxx b/extensions/source/abpilot/abspilot.cxx index e58f37b95fae..ebe654a81a27 100644 --- a/extensions/source/abpilot/abspilot.cxx +++ b/extensions/source/abpilot/abspilot.cxx @@ -29,6 +29,7 @@ #include <vcl/svapp.hxx> #include <vcl/waitobj.hxx> #include <vcl/weld.hxx> +#include <osl/diagnose.h> #include "abpfinalpage.hxx" #include "fieldmappingpage.hxx" #include "fieldmappingimpl.hxx" diff --git a/extensions/source/abpilot/admininvokationimpl.cxx b/extensions/source/abpilot/admininvokationimpl.cxx index fbb25e46853a..4795c05e6b95 100644 --- a/extensions/source/abpilot/admininvokationimpl.cxx +++ b/extensions/source/abpilot/admininvokationimpl.cxx @@ -30,6 +30,7 @@ #include <componentmodule.hxx> #include <vcl/weld.hxx> #include <vcl/waitobj.hxx> +#include <osl/diagnose.h> namespace abp diff --git a/extensions/source/abpilot/fieldmappingimpl.cxx b/extensions/source/abpilot/fieldmappingimpl.cxx index 50a1ee30b402..d1ed34353752 100644 --- a/extensions/source/abpilot/fieldmappingimpl.cxx +++ b/extensions/source/abpilot/fieldmappingimpl.cxx @@ -34,6 +34,7 @@ #include <unotools/confignode.hxx> #include <sal/macros.h> #include <sal/log.hxx> +#include <osl/diagnose.h> namespace abp diff --git a/extensions/source/bibliography/general.cxx b/extensions/source/bibliography/general.cxx index 8bb6a9262f3e..b5288387b737 100644 --- a/extensions/source/bibliography/general.cxx +++ b/extensions/source/bibliography/general.cxx @@ -24,6 +24,7 @@ #include <com/sun/star/sdb/CommandType.hpp> #include <com/sun/star/sdbcx/XColumnsSupplier.hpp> #include <com/sun/star/awt/XWindow.hpp> +#include <com/sun/star/uno/XComponentContext.hpp> #include <toolkit/helper/vclunohelper.hxx> #include <cppuhelper/implbase.hxx> #include <vcl/builder.hxx> diff --git a/extensions/source/dbpilots/groupboxwiz.cxx b/extensions/source/dbpilots/groupboxwiz.cxx index cce25e368b3d..af4751428cf1 100644 --- a/extensions/source/dbpilots/groupboxwiz.cxx +++ b/extensions/source/dbpilots/groupboxwiz.cxx @@ -24,6 +24,7 @@ #include "optiongrouplayouter.hxx" #include <helpids.h> #include <comphelper/processfactory.hxx> +#include <osl/diagnose.h> #define GBW_STATE_OPTIONLIST 0 #define GBW_STATE_DEFAULTOPTION 1 diff --git a/extensions/source/dbpilots/optiongrouplayouter.cxx b/extensions/source/dbpilots/optiongrouplayouter.cxx index cc052dc95151..b05fe7d377cb 100644 --- a/extensions/source/dbpilots/optiongrouplayouter.cxx +++ b/extensions/source/dbpilots/optiongrouplayouter.cxx @@ -30,6 +30,7 @@ #include "controlwizard.hxx" #include "groupboxwiz.hxx" #include "dbptools.hxx" +#include <osl/diagnose.h> namespace dbp diff --git a/extensions/source/inc/componentmodule.cxx b/extensions/source/inc/componentmodule.cxx index f1fc23d2ebe8..92f7bb45cc1c 100644 --- a/extensions/source/inc/componentmodule.cxx +++ b/extensions/source/inc/componentmodule.cxx @@ -25,6 +25,7 @@ #include <svl/solar.hrc> #include <tools/debug.hxx> #include <rtl/strbuf.hxx> +#include <osl/diagnose.h> namespace compmodule { diff --git a/extensions/source/propctrlr/propertyeditor.cxx b/extensions/source/propctrlr/propertyeditor.cxx index 7083df4cea96..f960ee3232ad 100644 --- a/extensions/source/propctrlr/propertyeditor.cxx +++ b/extensions/source/propctrlr/propertyeditor.cxx @@ -22,6 +22,7 @@ #include "linedescriptor.hxx" #include <tools/debug.hxx> +#include <osl/diagnose.h> namespace pcr diff --git a/extensions/source/propctrlr/taborder.cxx b/extensions/source/propctrlr/taborder.cxx index 0c2a4f1c906b..5e6705c2d203 100644 --- a/extensions/source/propctrlr/taborder.cxx +++ b/extensions/source/propctrlr/taborder.cxx @@ -31,6 +31,7 @@ #include <vcl/scrbar.hxx> #include <vcl/treelistentry.hxx> #include <vcl/builderfactory.hxx> +#include <osl/diagnose.h> namespace pcr { diff --git a/extensions/source/scanner/sane.hxx b/extensions/source/scanner/sane.hxx index 94fe3eb45baa..27d8711b530a 100644 --- a/extensions/source/scanner/sane.hxx +++ b/extensions/source/scanner/sane.hxx @@ -22,6 +22,7 @@ #include <osl/thread.h> #include <osl/module.h> #include <tools/stream.hxx> +#include <tools/link.hxx> #include <vcl/bitmap.hxx> #include <sane/sane.h> #include "scanner.hxx" diff --git a/extensions/source/scanner/scanwin.cxx b/extensions/source/scanner/scanwin.cxx index 36880f01c132..dada5ebea5fd 100644 --- a/extensions/source/scanner/scanwin.cxx +++ b/extensions/source/scanner/scanwin.cxx @@ -35,6 +35,7 @@ #include <tools/helpers.hxx> #include <osl/mutex.hxx> #include <osl/module.hxx> +#include <osl/diagnose.h> #include <vcl/svapp.hxx> #include <vcl/wrkwin.hxx> #include <vcl/sysdata.hxx> |