diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-02-05 22:23:28 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-02-05 22:23:48 -0500 |
commit | 267b57baeedc6d98e9c2bf602fd69a0f88470abe (patch) | |
tree | f6008538989ad9545d6b454857f9d6dcc22b3538 | |
parent | abf91e0f25941757b392136b6af260883fa3e46e (diff) |
Remove unused header includes.
Change-Id: I2f6683d1c17fdfacfb4d68905e5a319df5e8f874
-rw-r--r-- | sc/inc/reffind.hxx | 1 | ||||
-rw-r--r-- | sc/source/core/tool/reffind.cxx | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/sc/inc/reffind.hxx b/sc/inc/reffind.hxx index 1a5b228d11c0..383980d58a00 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 88932c6dab22..8c2fb6f7b17b 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" |