include/toolkit/awt/vclxwindows.hxx | 1 - toolkit/source/awt/vclxwindows.cxx | 1 + 2 files changed, 1 insertion(+), 1 deletion(-)
New commits: commit 090528707ce5c4f3db344e0106d997a26ed8831e Author: Caolán McNamara <[email protected]> AuthorDate: Sat Jun 20 16:14:43 2020 +0100 Commit: Caolán McNamara <[email protected]> CommitDate: Sun Jun 21 17:59:13 2020 +0200 don't include vcl/fmtfield.hxx from public hxx Change-Id: I99077c7fe204ab86eef2c5d7dce1a902d7d10df9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96781 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> diff --git a/include/toolkit/awt/vclxwindows.hxx b/include/toolkit/awt/vclxwindows.hxx index af60b504f8f4..42d3bf95f9f2 100644 --- a/include/toolkit/awt/vclxwindows.hxx +++ b/include/toolkit/awt/vclxwindows.hxx @@ -58,7 +58,6 @@ #include <toolkit/awt/vclxtopwindow.hxx> #include <toolkit/helper/listenermultiplexer.hxx> -#include <vcl/fmtfield.hxx> #include <vcl/image.hxx> class FormatterBase; diff --git a/toolkit/source/awt/vclxwindows.cxx b/toolkit/source/awt/vclxwindows.cxx index fd47e1d2275e..e0d14698ab62 100644 --- a/toolkit/source/awt/vclxwindows.cxx +++ b/toolkit/source/awt/vclxwindows.cxx @@ -43,6 +43,7 @@ #include <controls/filectrl.hxx> #include <svl/zforlist.hxx> #include <vcl/button.hxx> +#include <vcl/fmtfield.hxx> #include <vcl/graph.hxx> #include <vcl/lstbox.hxx> #include <vcl/toolkit/combobox.hxx> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
