Remove our copy of Utf16Encoder in favor of the built-in equivalent (fixes #4725).

This commit is contained in:
hgentry 2015-01-30 21:16:59 -05:00 committed by Ms2ger
parent 1b23c4fd57
commit 9ee3278c28
3 changed files with 3 additions and 34 deletions

View file

@ -23,6 +23,7 @@ extern crate js;
extern crate layers;
extern crate png;
extern crate script;
extern crate unicode;
extern crate net;
extern crate msg;