From 5098f825931604004caf37069a3fb38359c837a4 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 21 Feb 2018 20:00:21 +0100 Subject: Move include/sfx2/notebookbar/NotebookbarContextControl.hxx to include/vcl/ ...as it is included from other include/vcl/*.hxx files. (And moving it there helps the heuristic in an upcoming improvement of loplugin:dyncastvisibility.) Change-Id: I15e061fbaba8e82235afb5b312f7b38f26eec900 Reviewed-on: https://gerrit.libreoffice.org/50123 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- framework/inc/pch/precompiled_fwl.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework') diff --git a/framework/inc/pch/precompiled_fwl.hxx b/framework/inc/pch/precompiled_fwl.hxx index 31da9c1207c4..b77f7bf005df 100644 --- a/framework/inc/pch/precompiled_fwl.hxx +++ b/framework/inc/pch/precompiled_fwl.hxx @@ -107,6 +107,7 @@ #include #include #include +#include #include #include #include @@ -319,7 +320,6 @@ #include #include #include -#include #include #include #include -- cgit