diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2013-11-06 15:15:52 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2013-11-06 17:08:58 +0900 |
commit | 9c2ab712300c78bdb74ee307fae0a6d118829e5a (patch) | |
tree | 5e2b755c8a38a0a9cfd665820677cc189ce8ebda /shell | |
parent | b08f6ca2e1f3d9b393435a137dbd247f3cf20b6d (diff) |
Drop unnecessary #includes
Change-Id: I9659279233067a8946a9e54be2f22439854a961e
Diffstat (limited to 'shell')
-rw-r--r-- | shell/inc/internal/types.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/inc/internal/types.hxx b/shell/inc/internal/types.hxx index 6823070ff958..b65fb9215dfd 100644 --- a/shell/inc/internal/types.hxx +++ b/shell/inc/internal/types.hxx @@ -24,7 +24,6 @@ #include <map> #include <utility> #include <vector> -#include <stack> typedef std::vector<std::wstring> StringList_t; |