diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2014-02-13 10:40:30 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2014-02-13 10:42:33 +0900 |
commit | 6364a3ec6f92fc1f4ac3c7a4e2bdce2a2140c736 (patch) | |
tree | 0f4d73de10595dbea337b5913fb9540c296a5b71 /sc/inc/token.hxx | |
parent | 45c7b349d7540b0db48e634318d6a9009da7a949 (diff) |
Drop unnecessary #include
Change-Id: I9bc9c21811100d6cc1ee7e381a3735567e3bda34
Diffstat (limited to 'sc/inc/token.hxx')
-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 0046c44e2262..ae271a0e70aa 100644 --- a/sc/inc/token.hxx +++ b/sc/inc/token.hxx @@ -20,7 +20,6 @@ #ifndef SC_TOKEN_HXX #define SC_TOKEN_HXX -#include <memory> #include <vector> #include <boost/intrusive_ptr.hpp> |