diff options
author | Marcel Metz <mmetz@adrian-broher.net> | 2012-01-03 15:12:24 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-01-05 15:31:29 +0100 |
commit | 79646372a0f4ac6becf494f5a96b0d7dbe379e9d (patch) | |
tree | 525ef8630b8698d16f206237c9c8efd6b0efd902 /vcl | |
parent | c47f3523338b8e58c1ea18cc583064761f60df90 (diff) |
Removed unnecessary tools includes.
Hello lo-devs,
this patch series removes a lot of unnecessary includes for the various
tools header. The patches without suffix should be applied to the core
repository, the .binfilter.patch suffix should be applied to the
binfilter repository. I've tested the build with the configuration
--enable-binfilter --enable-dbgutil --enable-debug, is this sufficient
or did I miss another important configuration, that enables some
conditional compiled code? I've only build this on linux-x86_64, but the
patch also touches some of the mac specific code like
fpicker/source/aqua/SalAquaFilePicker.mm so it would be maybe a good
idea to test this patch.
regards Marcel Metz
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/generic/fontmanager/fontmanager.cxx | 1 | ||||
-rw-r--r-- | vcl/source/control/field.cxx | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/vcl/generic/fontmanager/fontmanager.cxx b/vcl/generic/fontmanager/fontmanager.cxx index f8a082b75fce..37f0bf79b3b7 100644 --- a/vcl/generic/fontmanager/fontmanager.cxx +++ b/vcl/generic/fontmanager/fontmanager.cxx @@ -47,7 +47,6 @@ #include "tools/urlobj.hxx" #include "tools/stream.hxx" #include "tools/debug.hxx" -#include "tools/config.hxx" #include "osl/file.hxx" #include "osl/process.h" diff --git a/vcl/source/control/field.cxx b/vcl/source/control/field.cxx index 49bd3d92f1e2..bcd330fae3f4 100644 --- a/vcl/source/control/field.cxx +++ b/vcl/source/control/field.cxx @@ -29,11 +29,6 @@ #include <comphelper/string.hxx> -#ifndef _BIGINT_HXX -#define _TOOLS_BIGINT -#include "tools/bigint.hxx" -#endif - #include "tools/debug.hxx" #include "tools/rc.h" |