summaryrefslogtreecommitdiff
path: root/include/toolkit/controls/stdtabcontrollermodel.hxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-12-31 20:22:02 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-01-15 11:54:11 +0100
commitcec7ae9f3c69ecc83462f28fc4987e37dc1b420e (patch)
treee0554c836821251f174760ce2b9b5674636a2b59 /include/toolkit/controls/stdtabcontrollermodel.hxx
parente69c7cc46ef5a100d9581b7efb01ab4a868d1924 (diff)
tdf#42949 Fix IWYU warnings in include/toolkit/*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Icebcf1a6ab073dce935a74ce79ee0f302b62e8a8 Reviewed-on: https://gerrit.libreoffice.org/65947 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/toolkit/controls/stdtabcontrollermodel.hxx')
-rw-r--r--include/toolkit/controls/stdtabcontrollermodel.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/toolkit/controls/stdtabcontrollermodel.hxx b/include/toolkit/controls/stdtabcontrollermodel.hxx
index 2f73c1c8af56..e930ed159d7c 100644
--- a/include/toolkit/controls/stdtabcontrollermodel.hxx
+++ b/include/toolkit/controls/stdtabcontrollermodel.hxx
@@ -24,15 +24,10 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/io/XPersistObject.hpp>
#include <com/sun/star/awt/XTabControllerModel.hpp>
-#include <com/sun/star/awt/XWindow.hpp>
#include <com/sun/star/lang/XTypeProvider.hpp>
-#include <com/sun/star/lang/XUnoTunnel.hpp>
#include <cppuhelper/weakagg.hxx>
-#include <toolkit/helper/macros.hxx>
-#include <toolkit/helper/servicenames.hxx>
#include <osl/mutex.hxx>
-#include <tools/gen.hxx>
#include <vector>
struct UnoControlModelEntry;