diff options
author | Tobias Lippert <drtl@fastmail.fm> | 2014-01-02 23:52:37 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-20 16:22:17 +0000 |
commit | a18a1a454505193b922e1d5dc3215526f01f5efd (patch) | |
tree | 5a7ed351f2bdd8aab7b62a57fb2f22916b51f229 /include/vcl/svapp.hxx | |
parent | c2485b4c38a574416dc3948fec85b0232109eb61 (diff) |
Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxx
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 <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/svapp.hxx')
-rw-r--r-- | include/vcl/svapp.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx index 558d528e61b3..3f86d1c54f3e 100644 --- a/include/vcl/svapp.hxx +++ b/include/vcl/svapp.hxx @@ -31,12 +31,14 @@ #include <comphelper/solarmutex.hxx> #include <rtl/ustring.hxx> #include <osl/thread.hxx> +#include <tools/gen.hxx> #include <tools/link.hxx> #include <tools/solar.h> #include <vcl/dllapi.h> #include <vcl/apptypes.hxx> -#include <vcl/settings.hxx> #include <vcl/vclevent.hxx> +#include <vcl/metric.hxx> +#include <unotools/localedatawrapper.hxx> class BitmapEx; class Link; |