diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2013-08-09 01:31:21 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2013-08-09 09:22:48 +0900 |
commit | 06e6123012cf58954e94b67568dc7dea4b6ed769 (patch) | |
tree | 826e8f0e234fb3ac0a771aa1bc7450c736f93b1e | |
parent | 5cb4ac45309364eb1e3aa61090062b5cc26dd7b7 (diff) |
Bin unused #include
This came with f982b722fb71032cca2b6cd9cdc46cdace2fbf15, and
should go with c6b30952edc6cf64f657f1d27225844b6b13aa30
Change-Id: I0727a534f6ba8c6599275a96efa0ebcbd6e65733
-rw-r--r-- | vcl/source/filter/wmf/wmfwr.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/filter/wmf/wmfwr.cxx b/vcl/source/filter/wmf/wmfwr.cxx index 7892b12d6fcb..766d3de8c918 100644 --- a/vcl/source/filter/wmf/wmfwr.cxx +++ b/vcl/source/filter/wmf/wmfwr.cxx @@ -26,7 +26,6 @@ #include <tools/helpers.hxx> #include <tools/tenccvt.hxx> #include <osl/endian.h> -#include <i18nutil/unicode.hxx> //unicode::getUnicodeScriptType #include <vcl/dibtools.hxx> #include <vcl/metric.hxx> #include <basegfx/polygon/b2dpolygon.hxx> |