diff options
author | Marcel Metz <mmetz@adrian-broher.net> | 2012-01-03 15:12:48 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-01-05 15:36:41 +0100 |
commit | 571ad11bc091871e8f71cda20c4aa56786f43837 (patch) | |
tree | 7f4a1533d4ec07c1a5ec1d2d75c23008800a0e8d /linguistic | |
parent | 79646372a0f4ac6becf494f5a96b0d7dbe379e9d (diff) |
Removed unnecessary tools includes.
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/convdicxml.cxx | 1 | ||||
-rw-r--r-- | linguistic/source/hhconvdic.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/linguistic/source/convdicxml.cxx b/linguistic/source/convdicxml.cxx index 90c1782fb2a9..4cda05e0df3f 100644 --- a/linguistic/source/convdicxml.cxx +++ b/linguistic/source/convdicxml.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include <tools/urlobj.hxx> #include <tools/debug.hxx> #include <tools/fsys.hxx> #include <tools/string.hxx> diff --git a/linguistic/source/hhconvdic.cxx b/linguistic/source/hhconvdic.cxx index 3923aeefe6cd..e73fa1e8712c 100644 --- a/linguistic/source/hhconvdic.cxx +++ b/linguistic/source/hhconvdic.cxx @@ -28,7 +28,6 @@ #include <unicode/uscript.h> #include <i18npool/lang.h> -#include <tools/urlobj.hxx> #include <tools/debug.hxx> #include <tools/fsys.hxx> #include <tools/stream.hxx> |