diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-07-05 14:47:46 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-07-05 16:14:55 -0400 |
commit | 46776932d8118ae0f64945a9a1ee6ff46094067e (patch) | |
tree | 7b652008636146c9c09dff2b21f723c7f5f8ae91 | |
parent | ea440349f0d1319a2eaacc4c77b5149aea98ae80 (diff) |
Unnecessary header include.
Change-Id: I3f25f2275d8351b16d955941bc2cee13eb34d504
-rw-r--r-- | sc/source/core/data/dpsave.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/core/data/dpsave.cxx b/sc/source/core/data/dpsave.cxx index 62bda087b3a5..5feec0612cb6 100644 --- a/sc/source/core/data/dpsave.cxx +++ b/sc/source/core/data/dpsave.cxx @@ -34,7 +34,6 @@ #include "global.hxx" #include "dptabsrc.hxx" #include "dputil.hxx" -#include "stlalgorithm.hxx" #include <sal/types.h> #include "comphelper/string.hxx" |