From a18a1a454505193b922e1d5dc3215526f01f5efd Mon Sep 17 00:00:00 2001 From: Tobias Lippert Date: Thu, 2 Jan 2014 23:52:37 +0100 Subject: Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added vcl/settings.hxx to all cxx files which require it. This helps to speed up compilation after changes to the settings. Conflicts: sc/source/ui/dbgui/pvlaydlg.cxx Change-Id: I211a0735c47f72d6879f6f15339355abfe0e3cf4 Reviewed-on: https://gerrit.libreoffice.org/7933 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- include/framework/menuconfiguration.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/framework') diff --git a/include/framework/menuconfiguration.hxx b/include/framework/menuconfiguration.hxx index ad820f4e46cb..a6bc26f9a8e0 100644 --- a/include/framework/menuconfiguration.hxx +++ b/include/framework/menuconfiguration.hxx @@ -28,6 +28,8 @@ #include #include #include +#include + #include #include -- cgit