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 /svl | |
parent | 79646372a0f4ac6becf494f5a96b0d7dbe379e9d (diff) |
Removed unnecessary tools includes.
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/misc/documentlockfile.cxx | 1 | ||||
-rw-r--r-- | svl/source/misc/sharecontrolfile.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/svl/source/misc/documentlockfile.cxx b/svl/source/misc/documentlockfile.cxx index e2a8e8d44807..e01dd09bb3c7 100644 --- a/svl/source/misc/documentlockfile.cxx +++ b/svl/source/misc/documentlockfile.cxx @@ -46,7 +46,6 @@ #include <comphelper/processfactory.hxx> -#include <tools/urlobj.hxx> #include <unotools/bootstrap.hxx> #include <ucbhelper/content.hxx> diff --git a/svl/source/misc/sharecontrolfile.cxx b/svl/source/misc/sharecontrolfile.cxx index 546adb839daf..45b4578c09a7 100644 --- a/svl/source/misc/sharecontrolfile.cxx +++ b/svl/source/misc/sharecontrolfile.cxx @@ -48,7 +48,6 @@ #include <comphelper/processfactory.hxx> #include <ucbhelper/content.hxx> -#include <tools/urlobj.hxx> #include <tools/stream.hxx> #include <unotools/bootstrap.hxx> #include <unotools/streamwrap.hxx> |