summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrisztian Pinter <pin.terminator@gmail.com>2013-03-19 20:01:14 +0100
committerBjörn Michaelsen <bjoern.michaelsen@canonical.com>2013-03-19 20:45:39 +0000
commit0173e89ca254a18953615c07864d1da22e5149b5 (patch)
treeddc1e4418dc0893b46a0dcb4a0952d3040d514eb
parent768dee2c32d4da440f1f05c70beb8f668b1364a1 (diff)
fdo#39445 writing out tools/fsys.hxx (sot)
removed unused includes from stg.cxx and storage.cxx Change-Id: I7863ce1b40432fdf1fc5025b074721d395c0c15f Reviewed-on: https://gerrit.libreoffice.org/2852 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
-rw-r--r--sot/source/sdstor/stg.cxx1
-rw-r--r--sot/source/sdstor/storage.cxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/sot/source/sdstor/stg.cxx b/sot/source/sdstor/stg.cxx
index 5835acf65a3f..04cd70e082ba 100644
--- a/sot/source/sdstor/stg.cxx
+++ b/sot/source/sdstor/stg.cxx
@@ -22,7 +22,6 @@
#include <osl/file.hxx>
#include <tools/tempfile.hxx>
#include <tools/string.hxx>
-#include <tools/fsys.hxx>
#include <tools/stream.hxx>
#include <tools/debug.hxx>
diff --git a/sot/source/sdstor/storage.cxx b/sot/source/sdstor/storage.cxx
index 55c74cbf141a..130043ea803f 100644
--- a/sot/source/sdstor/storage.cxx
+++ b/sot/source/sdstor/storage.cxx
@@ -31,7 +31,6 @@
#include <sot/formats.hxx>
#include <sot/exchange.hxx>
#include <unotools/ucbstreamhelper.hxx>
-#include <tools/fsys.hxx>
#include <tools/cachestr.hxx>
#include <tools/debug.hxx>
#include <tools/urlobj.hxx>