diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-02-03 23:35:49 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-02-04 00:25:52 -0500 |
commit | 35692c7370bb35eb66f5485f6033af5de812ad1c (patch) | |
tree | 359b1f4c2c313103fed13552f118b805da2e5e13 /sc/inc/unitconv.hxx | |
parent | 6fae316672b146937a52eeb6447b08177c26c43b (diff) |
ScOutlineCollection and its friends now free of ScSortedCollection.
But it's apparently broken at the moment. I need to fix this...
Diffstat (limited to 'sc/inc/unitconv.hxx')
-rw-r--r-- | sc/inc/unitconv.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/unitconv.hxx b/sc/inc/unitconv.hxx index 2b000fb1e63a..024a3039f5aa 100644 --- a/sc/inc/unitconv.hxx +++ b/sc/inc/unitconv.hxx @@ -29,8 +29,6 @@ #ifndef SC_UNITCONV_HXX #define SC_UNITCONV_HXX -#include "collect.hxx" - #include <boost/noncopyable.hpp> #include <boost/ptr_container/ptr_map.hpp> |