diff options
author | Marcos Paulo de Souza <marcos.souza.org@gmail.com> | 2014-08-22 12:59:03 -0300 |
---|---|---|
committer | Marcos Paulo de Souza <marcos.souza.org@gmail.com> | 2014-08-22 16:33:18 -0500 |
commit | 7e2b9fa2132346787bec09c7d590def9a65b9a7f (patch) | |
tree | a565b23c227c7e9958c740f9fd04096bde8b4500 /svl/source/config | |
parent | 7afacb97a7f8a6f98daba0f5c8dfcd4035218ce4 (diff) |
Remove some useless tools/debug.hxx includes
Also remove the tools/solar.h included from tools/debug.hxx. The include of solar.h
header was necessary in some cases because of a macro or a typedef that was needed.
Change-Id: Ia6e15d5c2571c58c9e9138b0d0a7f08ae88053c9
Reviewed-on: https://gerrit.libreoffice.org/11075
Reviewed-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Tested-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Diffstat (limited to 'svl/source/config')
-rw-r--r-- | svl/source/config/cjkoptions.cxx | 2 | ||||
-rw-r--r-- | svl/source/config/itemholder2.cxx | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/svl/source/config/cjkoptions.cxx b/svl/source/config/cjkoptions.cxx index eb472265bb4e..ef339d1d5f11 100644 --- a/svl/source/config/cjkoptions.cxx +++ b/svl/source/config/cjkoptions.cxx @@ -17,13 +17,13 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - #include <svl/cjkoptions.hxx> #include <svl/languageoptions.hxx> #include <i18nlangtag/lang.h> #include <unotools/configitem.hxx> #include <tools/debug.hxx> +#include <tools/solar.h> #include <com/sun/star/uno/Any.h> #include <com/sun/star/uno/Sequence.hxx> #include <osl/mutex.hxx> diff --git a/svl/source/config/itemholder2.cxx b/svl/source/config/itemholder2.cxx index a6d75e454328..c11b38966136 100644 --- a/svl/source/config/itemholder2.cxx +++ b/svl/source/config/itemholder2.cxx @@ -29,8 +29,6 @@ #include <svl/languageoptions.hxx> #include <unotools/options.hxx> -#include <tools/debug.hxx> - ItemHolder2::ItemHolder2() : ItemHolderMutexBase() { |