diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-06-27 16:47:17 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-07-01 10:29:17 -0400 |
commit | cb1310356b358137210ea5445500bb2e96847fda (patch) | |
tree | c60a54f16e3b0489bb7c5ef6d7edca26958a9f35 /sc | |
parent | 8a2719b8fc65ab2f875f4d617c2202e573b7bc77 (diff) |
We don't need these header includes.
Change-Id: Ia2f7226fa3c7dc5ac98bd23833e67d7262cd8b9b
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/data/documen2.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/core/data/documen2.cxx b/sc/source/core/data/documen2.cxx index 6244eac58bb5..b1b316064d41 100644 --- a/sc/source/core/data/documen2.cxx +++ b/sc/source/core/data/documen2.cxx @@ -86,8 +86,6 @@ #include "macromgr.hxx" #include "formulacell.hxx" #include "clipcontext.hxx" -#include "interpre.hxx" -#include "formulagroup.hxx" using namespace com::sun::star; |