diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-03-11 15:14:07 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-03-12 10:08:44 +0100 |
commit | e70b5fc8fa325d56d3da4edba11dc1aed6280e2f (patch) | |
tree | 62f0d704abc9ad8f17b91690fd184705d172ed8b /winaccessibility | |
parent | 1aa2b3241c1389b9a7f67d3380cc58250cbab7a3 (diff) |
drop unneeded include
Change-Id: I2f75748d5601d699471d050558885c0efb977223
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112349
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'winaccessibility')
-rw-r--r-- | winaccessibility/source/service/AccEventListener.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/winaccessibility/source/service/AccEventListener.cxx b/winaccessibility/source/service/AccEventListener.cxx index d7bf74390765..3168476c5935 100644 --- a/winaccessibility/source/service/AccEventListener.cxx +++ b/winaccessibility/source/service/AccEventListener.cxx @@ -23,8 +23,6 @@ #include <vcl/svapp.hxx> -#include <toolkit/awt/vclxwindow.hxx> - #include <AccEventListener.hxx> #include <AccObjectManagerAgent.hxx> #include <unomsaaevent.hxx> |