From c5fd81769e7c683a8e4c73caaf85954f0df48de4 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 23 Feb 2021 20:04:22 +0000 Subject: don't need to include vcl/layout.hxx in qt5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I8e08c4e5c5b92df4cbdb8ea32f40dbde25f7afd3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111433 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- vcl/qt5/Qt5Frame.cxx | 1 - 1 file changed, 1 deletion(-) 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 #include -#include #include #include -- cgit