diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2010-12-21 18:13:03 -0500 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2010-12-21 18:13:03 -0500 |
commit | 1656f5cab04e095db6ae323b0499bbe78bfd656b (patch) | |
tree | 41f6fd09e8009e2345c7a262863271b5a62cf5e7 /sc | |
parent | 579e5624fa3740ff79d99607bffabc9ba2d80c1b (diff) |
No need to include the shared_ptr header.
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/token.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/token.hxx b/sc/inc/token.hxx index 8c98d951e4fa..5d3455517f4d 100644 --- a/sc/inc/token.hxx +++ b/sc/inc/token.hxx @@ -31,7 +31,6 @@ #include <memory> #include <vector> -#include <boost/shared_ptr.hpp> #include <boost/intrusive_ptr.hpp> #include "formula/opcode.hxx" |