diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-25 23:18:32 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-25 23:20:23 -0500 |
commit | 57fbefe751978c33c205de454a8932145e5f438c (patch) | |
tree | a2570f91985d7b815b61d1bc93d83ed36e4b6b93 /sc/inc/refhint.hxx | |
parent | 42c8178ce73756f85fa41473bb16f667f7f564e9 (diff) |
remove boost/unordered_map.hpp include from types.hxx.
types.hxx is included by pretty much everyone inside sc. Let's not
stick a boost header in there...
Change-Id: Iaf2aa9e13d0e02437bcd9e71a0143432abfa0a7c
Diffstat (limited to 'sc/inc/refhint.hxx')
-rw-r--r-- | sc/inc/refhint.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/refhint.hxx b/sc/inc/refhint.hxx index 0f65aaeae06b..70815223e886 100644 --- a/sc/inc/refhint.hxx +++ b/sc/inc/refhint.hxx @@ -16,6 +16,7 @@ namespace sc { struct RefUpdateContext; +class ColRowReorderMapType; class RefHint : public SfxSimpleHint { |