diff options
author | Philipp Riemer <ruderphilipp@gmail.com> | 2012-06-22 01:01:31 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-06-22 09:14:43 +0200 |
commit | 06395b802fe1cdc87a1b05dbeb65bb9cce724656 (patch) | |
tree | 7ad098b5af0ac7d42e8b392cea3ac96b767f1d21 /sot | |
parent | 850e9faa2db7002c9eb2797178ae837bff08327f (diff) |
cleanup of duplicated includes
After commit ec5fa0164b9bae5c5bc6654f581e493206584301 "replace all but one .hdl include with equivalent .hpp includes" some of these includes were doubled in the corresponding files. This patch deletes those duplicates.
Diffstat (limited to 'sot')
-rw-r--r-- | sot/source/sdstor/ucbstorage.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sot/source/sdstor/ucbstorage.cxx b/sot/source/sdstor/ucbstorage.cxx index 55540136277f..52a789868fbb 100644 --- a/sot/source/sdstor/ucbstorage.cxx +++ b/sot/source/sdstor/ucbstorage.cxx @@ -60,7 +60,6 @@ #include <unotools/ucbhelper.hxx> #include <unotools/localfilehelper.hxx> #include <tools/urlobj.hxx> -#include <unotools/streamwrap.hxx> #include <comphelper/processfactory.hxx> #include <cppuhelper/implbase2.hxx> #include <ucbhelper/commandenvironment.hxx> |