[Libreoffice-commits] core.git: sc/inc sc/source
Kohei Yoshida
kohei.yoshida at gmail.com
Tue Feb 5 19:22:21 PST 2013
sc/inc/reffind.hxx | 1 -
sc/source/core/tool/reffind.cxx | 2 --
2 files changed, 3 deletions(-)
New commits:
commit 267b57baeedc6d98e9c2bf602fd69a0f88470abe
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date: Tue Feb 5 22:23:28 2013 -0500
Remove unused header includes.
Change-Id: I2f6683d1c17fdfacfb4d68905e5a319df5e8f874
diff --git a/sc/inc/reffind.hxx b/sc/inc/reffind.hxx
index 1a5b228..383980d 100644
--- a/sc/inc/reffind.hxx
+++ b/sc/inc/reffind.hxx
@@ -20,7 +20,6 @@
#ifndef SC_REFFIND_HXX
#define SC_REFFIND_HXX
-#include <tools/string.hxx>
#include "address.hxx"
class ScDocument;
diff --git a/sc/source/core/tool/reffind.cxx b/sc/source/core/tool/reffind.cxx
index 88932c6..8c2fb6f 100644
--- a/sc/source/core/tool/reffind.cxx
+++ b/sc/source/core/tool/reffind.cxx
@@ -17,8 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <string.h>
-
#include "reffind.hxx"
#include "global.hxx"
#include "compiler.hxx"
More information about the Libreoffice-commits
mailing list