summaryrefslogtreecommitdiff
path: root/sc/inc/formulagroup.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-11-25 23:18:32 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-11-25 23:20:23 -0500
commit57fbefe751978c33c205de454a8932145e5f438c (patch)
treea2570f91985d7b815b61d1bc93d83ed36e4b6b93 /sc/inc/formulagroup.hxx
parent42c8178ce73756f85fa41473bb16f667f7f564e9 (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/formulagroup.hxx')
-rw-r--r--sc/inc/formulagroup.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/formulagroup.hxx b/sc/inc/formulagroup.hxx
index 3c2c28216b5d..ba5f31893345 100644
--- a/sc/inc/formulagroup.hxx
+++ b/sc/inc/formulagroup.hxx
@@ -22,7 +22,7 @@
#include <vector>
#include <boost/noncopyable.hpp>
#include <boost/ptr_container/ptr_vector.hpp>
-#include <boost/unordered_set.hpp>
+#include <boost/unordered_map.hpp>
class ScDocument;
class ScTokenArray;