[PATCH] fdo#39445 writing out tools/fsys.hxx (rsc)
Krisztian Pinter (via Code Review)
gerrit at gerrit.libreoffice.org
Tue Mar 19 12:45:06 PDT 2013
Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/2853
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/53/2853/1
fdo#39445 writing out tools/fsys.hxx (rsc)
removed unused includes from rscdb.cxx, start.cxx and rscclass.cxx
Change-Id: I6f7e54c9f494b7b40a0cf30f13100073b9c37f17
---
M rsc/source/parser/rscdb.cxx
M rsc/source/prj/start.cxx
M rsc/source/res/rscclass.cxx
3 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/rsc/source/parser/rscdb.cxx b/rsc/source/parser/rscdb.cxx
index 47d79b8..21c61e7 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 6ea7bb9..0822637 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 ec2fb11..0eed5ea 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>
--
To view, visit https://gerrit.libreoffice.org/2853
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I6f7e54c9f494b7b40a0cf30f13100073b9c37f17
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Krisztian Pinter <pin.terminator at gmail.com>
More information about the LibreOffice
mailing list