diff options
Diffstat (limited to 'components/gfx/lib.rs')
-rw-r--r-- | components/gfx/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/gfx/lib.rs b/components/gfx/lib.rs index 4d54758288d..e7ad3c65a4c 100644 --- a/components/gfx/lib.rs +++ b/components/gfx/lib.rs @@ -16,7 +16,6 @@ extern crate collections; extern crate geom; extern crate layers; extern crate libc; -extern crate native; extern crate rustrt; extern crate stb_image; extern crate png; |