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 --- sfx2/inc/pch/precompiled_sfx.hxx | 2 +- sfx2/source/notebookbar/ContextVBox.cxx | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'sfx2') diff --git a/sfx2/inc/pch/precompiled_sfx.hxx b/sfx2/inc/pch/precompiled_sfx.hxx index 947f3f20e6cd..fcc40e260176 100644 --- a/sfx2/inc/pch/precompiled_sfx.hxx +++ b/sfx2/inc/pch/precompiled_sfx.hxx @@ -85,6 +85,7 @@ #include #include #include +#include #include #include #include @@ -480,7 +481,6 @@ #include #include #include -#include #include #include #include diff --git a/sfx2/source/notebookbar/ContextVBox.cxx b/sfx2/source/notebookbar/ContextVBox.cxx index 62494c2e9203..acd43c8af406 100644 --- a/sfx2/source/notebookbar/ContextVBox.cxx +++ b/sfx2/source/notebookbar/ContextVBox.cxx @@ -17,11 +17,13 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include + +#include #include #include #include #include -#include /* * ContextVBox is a VclVBox which shows own children depending on current context. -- cgit