From 6245dba005eb35525886d16856b6e8cde9ddb105 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 5 Dec 2020 20:59:42 +0000 Subject: move MenuButton to vcl/toolkit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3f228c36e3f35ba54cab2ee87fcfbbae7992668d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107265 Tested-by: Caolán McNamara Reviewed-by: Caolán McNamara --- toolkit/source/awt/vclxtoolkit.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolkit') diff --git a/toolkit/source/awt/vclxtoolkit.cxx b/toolkit/source/awt/vclxtoolkit.cxx index 8d7cff46e7d8..31991a09fa17 100644 --- a/toolkit/source/awt/vclxtoolkit.cxx +++ b/toolkit/source/awt/vclxtoolkit.cxx @@ -103,7 +103,7 @@ #include #include #include -#include +#include #include #include #include -- cgit