diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-02-23 20:04:22 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-02-24 10:08:15 +0100 |
commit | c5fd81769e7c683a8e4c73caaf85954f0df48de4 (patch) | |
tree | 02c90d8b05b87f4105745a7ad60c3b76687f66a6 /vcl/qt5 | |
parent | b258aec6cff0036397ee4115e08f677ba77797a0 (diff) |
don't need to include vcl/layout.hxx in qt5
Change-Id: I8e08c4e5c5b92df4cbdb8ea32f40dbde25f7afd3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111433
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/qt5')
-rw-r--r-- | vcl/qt5/Qt5Frame.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/qt5/Qt5Frame.cxx b/vcl/qt5/Qt5Frame.cxx index 6ea28517dbd8..f8f8d20dae6f 100644 --- a/vcl/qt5/Qt5Frame.cxx +++ b/vcl/qt5/Qt5Frame.cxx @@ -59,7 +59,6 @@ #include <saldatabasic.hxx> #include <window.h> -#include <vcl/layout.hxx> #include <vcl/syswin.hxx> #include <com/sun/star/datatransfer/dnd/DNDConstants.hpp> |