summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-08-24 20:40:21 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-08-28 09:29:37 +0200
commit55402d82c5a81322ff7bca3c277a8813bd967a09 (patch)
treebf3d5a9e0b91cabcdf01cf5dbdc82adc2ee05938 /include
parent001a5c47353cc87ce4f1d65d2e190e003e727d9e (diff)
tdf#42949 Fix IWYU warnings in vcl/source/[o-w]*/
Plus a quick recheck for files in vcl/source/[a-g]*/ Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ia1ae951047be2e034da5f3b0422613ddb0a091ad Reviewed-on: https://gerrit.libreoffice.org/78065 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/NotebookBarAddonsMerger.hxx3
-rw-r--r--include/vcl/wizardmachine.hxx1
2 files changed, 0 insertions, 4 deletions
diff --git a/include/vcl/NotebookBarAddonsMerger.hxx b/include/vcl/NotebookBarAddonsMerger.hxx
index ccd45ffb0f65..ef6a3291e9f8 100644
--- a/include/vcl/NotebookBarAddonsMerger.hxx
+++ b/include/vcl/NotebookBarAddonsMerger.hxx
@@ -20,15 +20,12 @@
#ifndef INCLUDED_VCL_NOTEBOOKBARADDONSMERGER_HXX
#define INCLUDED_VCL_NOTEBOOKBARADDONSMERGER_HXX
-#include <vcl/dllapi.h>
#include <vcl/window.hxx>
-#include <vcl/vclptr.hxx>
#include <vcl/image.hxx>
#include <vcl/menu.hxx>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/frame/XFrame.hpp>
#include <com/sun/star/uno/Sequence.h>
-#include <memory>
#include <vector>
#include <map>
diff --git a/include/vcl/wizardmachine.hxx b/include/vcl/wizardmachine.hxx
index 8ced51cf59d0..81c81f6dcd97 100644
--- a/include/vcl/wizardmachine.hxx
+++ b/include/vcl/wizardmachine.hxx
@@ -24,7 +24,6 @@
#include <vcl/wizdlg.hxx>
#include <vcl/button.hxx>
#include <vcl/tabpage.hxx>
-#include <o3tl/typed_flags_set.hxx>
namespace weld {
class Builder;