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 --- svx/inc/pch/precompiled_svxcore.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx/inc') diff --git a/svx/inc/pch/precompiled_svxcore.hxx b/svx/inc/pch/precompiled_svxcore.hxx index b305843b2902..df9ad09c4e62 100644 --- a/svx/inc/pch/precompiled_svxcore.hxx +++ b/svx/inc/pch/precompiled_svxcore.hxx @@ -104,6 +104,7 @@ #include #include #include +#include #include #include #include @@ -401,7 +402,6 @@ #include #include #include -#include #include #include #include -- cgit