diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2014-02-18 13:21:58 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2014-02-18 13:24:11 +0900 |
commit | d548b250dbd74247d7c5c7b220a38e93cb19053d (patch) | |
tree | da3f63b7a4b25f56a86f99ef20baf9870c8dfb74 /l10ntools | |
parent | 894884400138a811a043602aa9db32c42487212d (diff) |
Drop unnecessary #include
Change-Id: Ib9ab63cdf21f54b1611de37c5538a300a1b39ba6
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/inc/helpmerge.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/l10ntools/inc/helpmerge.hxx b/l10ntools/inc/helpmerge.hxx index 42b2401e45f2..604817fddf19 100644 --- a/l10ntools/inc/helpmerge.hxx +++ b/l10ntools/inc/helpmerge.hxx @@ -21,7 +21,6 @@ #include <rtl/ustring.hxx> #include <rtl/ustrbuf.hxx> #include <rtl/strbuf.hxx> -#include <memory> /* auto_ptr */ /// This Class is responsible for extracting/merging OpenOffice XML Helpfiles class HelpParser |