vcl/inc/qt5/QtXAccessible.hxx | 7 ------- 1 file changed, 7 deletions(-)
New commits: commit ed93b39c0296c407dd36c2e1177b6c416d26668e Author: Michael Weghorn <m.wegh...@posteo.de> AuthorDate: Tue Jul 22 22:26:06 2025 +0200 Commit: Michael Weghorn <m.wegh...@posteo.de> CommitDate: Wed Jul 23 11:40:07 2025 +0200 qt: Drop unused includes and forward-decls Change-Id: I24b6413d1bf3304044983d02318c684b98a78538 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/188190 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.wegh...@posteo.de> diff --git a/vcl/inc/qt5/QtXAccessible.hxx b/vcl/inc/qt5/QtXAccessible.hxx index 12b1da6fcc86..5aa9ef269a73 100644 --- a/vcl/inc/qt5/QtXAccessible.hxx +++ b/vcl/inc/qt5/QtXAccessible.hxx @@ -9,17 +9,10 @@ #pragma once -#include <vclpluginapi.h> - #include <QtCore/QObject> #include <com/sun/star/accessibility/XAccessible.hpp> -#include <vcl/window.hxx> - -class QtFrame; -class QtWidget; - // Wrapper class to hold a css::accessibility::XAccessible object // while being able to pass it as a QObject class QtXAccessible : public QObject