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 --- basic/source/runtime/basrdll.cxx | 1 + basic/source/runtime/methods1.cxx | 1 + basic/source/runtime/runtime.cxx | 1 + 3 files changed, 3 insertions(+) (limited to 'basic/source/runtime') diff --git a/basic/source/runtime/basrdll.cxx b/basic/source/runtime/basrdll.cxx index 59be1072d676..6438b5b8f6a6 100644 --- a/basic/source/runtime/basrdll.cxx +++ b/basic/source/runtime/basrdll.cxx @@ -22,6 +22,7 @@ #include #include #include +#include #include #include diff --git a/basic/source/runtime/methods1.cxx b/basic/source/runtime/methods1.cxx index efbd2da6f1a0..9749ece67d6f 100644 --- a/basic/source/runtime/methods1.cxx +++ b/basic/source/runtime/methods1.cxx @@ -26,6 +26,7 @@ #include #include #include +#include #include #include #include diff --git a/basic/source/runtime/runtime.cxx b/basic/source/runtime/runtime.cxx index 83e81e6cca06..2adbc6124f0a 100644 --- a/basic/source/runtime/runtime.cxx +++ b/basic/source/runtime/runtime.cxx @@ -39,6 +39,7 @@ #include #include +#include #include #include -- cgit