diff options
author | Krisztian Pinter <pin.terminator@gmail.com> | 2013-03-19 20:37:37 +0100 |
---|---|---|
committer | Björn Michaelsen <bjoern.michaelsen@canonical.com> | 2013-03-19 20:45:03 +0000 |
commit | 768dee2c32d4da440f1f05c70beb8f668b1364a1 (patch) | |
tree | eda31434725b7dd64fddd942b3ee7bce9d5ba17e /rsc | |
parent | 42d3adbce63493039e6013f6f3ea15149f2f7507 (diff) |
fdo#39445 writing out tools/fsys.hxx (rsc)
removed unused includes from rscdb.cxx, start.cxx and rscclass.cxx
Change-Id: I6f7e54c9f494b7b40a0cf30f13100073b9c37f17
Reviewed-on: https://gerrit.libreoffice.org/2853
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/source/parser/rscdb.cxx | 1 | ||||
-rw-r--r-- | rsc/source/prj/start.cxx | 1 | ||||
-rw-r--r-- | rsc/source/res/rscclass.cxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/rsc/source/parser/rscdb.cxx b/rsc/source/parser/rscdb.cxx index 47d79b89187b..21c61e7b7773 100644 --- a/rsc/source/parser/rscdb.cxx +++ b/rsc/source/parser/rscdb.cxx @@ -24,7 +24,6 @@ #include <stdio.h> #include <string.h> -#include <tools/fsys.hxx> #include <tools/rc.h> #include <rtl/strbuf.hxx> #include <sal/log.hxx> diff --git a/rsc/source/prj/start.cxx b/rsc/source/prj/start.cxx index 6ea7bb984d06..082263794aee 100644 --- a/rsc/source/prj/start.cxx +++ b/rsc/source/prj/start.cxx @@ -37,7 +37,6 @@ #include <rscerror.h> #include <sal/main.h> #include <rtl/strbuf.hxx> -#include <tools/fsys.hxx> /*************** C O D E ************************************************/ diff --git a/rsc/source/res/rscclass.cxx b/rsc/source/res/rscclass.cxx index ec2fb1135f96..0eed5ea95c23 100644 --- a/rsc/source/res/rscclass.cxx +++ b/rsc/source/res/rscclass.cxx @@ -28,7 +28,6 @@ #include <rscdb.hxx> #include <rscclass.hxx> -#include <tools/fsys.hxx> #include <tools/rcid.h> #include <tools/rc.h> |