diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-16 11:55:26 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-16 13:54:59 +0100 |
commit | e3f70972d2f93ac87ca281ad8655d0f2c13f1f96 (patch) | |
tree | ffcf0f55852b8f80dced96590f06cc28f41c8052 /sfx2 | |
parent | 0c0ff7c0251f1e475d86a2f4885c06642ea43c9c (diff) |
remove some unneeded includes
Change-Id: I993ed47c6b4a43f6293bdf5c2803599d75337bb1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86918
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/sidebar/Deck.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/source/sidebar/Deck.cxx b/sfx2/source/sidebar/Deck.cxx index 345460a03cbd..1f23749e3d4a 100644 --- a/sfx2/source/sidebar/Deck.cxx +++ b/sfx2/source/sidebar/Deck.cxx @@ -32,7 +32,6 @@ #include <vcl/event.hxx> #include <comphelper/lok.hxx> -#include <vcl/dockwin.hxx> #include <vcl/scrbar.hxx> #include <vcl/commandevent.hxx> #include <vcl/IDialogRenderable.hxx> |