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 /connectivity | |
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 'connectivity')
-rw-r--r-- | connectivity/source/drivers/calc/CTable.cxx | 1 | ||||
-rw-r--r-- | connectivity/source/drivers/flat/ETable.cxx | 1 | ||||
-rw-r--r-- | connectivity/workben/testmoz/main.cxx | 1 | ||||
-rw-r--r-- | connectivity/workben/testmoz/mozthread.cxx | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/connectivity/source/drivers/calc/CTable.cxx b/connectivity/source/drivers/calc/CTable.cxx index f9e5413c9a37..b4b841a01b4d 100644 --- a/connectivity/source/drivers/calc/CTable.cxx +++ b/connectivity/source/drivers/calc/CTable.cxx @@ -49,7 +49,6 @@ #include "connectivity/sdbcx/VColumn.hxx" #include <rtl/ustrbuf.hxx> #include <osl/thread.h> -#include <tools/config.hxx> #include <comphelper/sequence.hxx> #include <svl/zforlist.hxx> #include <rtl/math.hxx> diff --git a/connectivity/source/drivers/flat/ETable.cxx b/connectivity/source/drivers/flat/ETable.cxx index a02759d39108..9a0e97a9557e 100644 --- a/connectivity/source/drivers/flat/ETable.cxx +++ b/connectivity/source/drivers/flat/ETable.cxx @@ -36,7 +36,6 @@ #include "flat/EConnection.hxx" #include "flat/EColumns.hxx" #include <osl/thread.h> -#include <tools/config.hxx> #include <svl/zforlist.hxx> #include <rtl/math.hxx> #include <stdio.h> //sprintf diff --git a/connectivity/workben/testmoz/main.cxx b/connectivity/workben/testmoz/main.cxx index df07060928ca..74d79e894dc7 100644 --- a/connectivity/workben/testmoz/main.cxx +++ b/connectivity/workben/testmoz/main.cxx @@ -63,7 +63,6 @@ #include <ucbhelper/content.hxx> #include <osl/module.h> -#include <tools/config.hxx> #include <stdio.h> diff --git a/connectivity/workben/testmoz/mozthread.cxx b/connectivity/workben/testmoz/mozthread.cxx index 2e11a08597b7..f73f6e4dc8b3 100644 --- a/connectivity/workben/testmoz/mozthread.cxx +++ b/connectivity/workben/testmoz/mozthread.cxx @@ -63,7 +63,6 @@ #include <ucbhelper/content.hxx> #include <osl/module.h> -#include <tools/config.hxx> #include <stdio.h> #include <osl/thread.hxx> |