diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-06-11 16:23:51 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-06-13 09:56:31 +0200 |
commit | acf941677f92debe62900232231b81c3c03ccf51 (patch) | |
tree | 510af2701fb9948e7ddb15b48be913817530277d /vcl/source | |
parent | ddc60f13279adbb4500b2502bcf4864fc8c0e240 (diff) |
remove some unneeded includes
Change-Id: I4722cc32e79cb9bd3708a66be127e097fdb84aed
Reviewed-on: https://gerrit.libreoffice.org/73838
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/window/window2.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/window/window2.cxx b/vcl/source/window/window2.cxx index 2726c283ebde..a5174bb8e367 100644 --- a/vcl/source/window/window2.cxx +++ b/vcl/source/window/window2.cxx @@ -32,7 +32,6 @@ #include <vcl/window.hxx> #include <vcl/scrbar.hxx> #include <vcl/dockwin.hxx> -#include <vcl/tabctrl.hxx> #include <vcl/settings.hxx> #include <vcl/builder.hxx> |