Remove redundant imports in lib (rustc doesn't like 'std' as a synonym for root within std.rc anyway)

This commit is contained in:
Graydon Hoare
2011-03-09 17:29:18 -08:00
parent ec22fe9733
commit 11a10c7a7b
11 changed files with 2 additions and 29 deletions

View File

@@ -1,7 +1,4 @@
import std.os.libc;
import std._str;
import std._vec;
import os.libc;
type stdio_reader = state obj {
fn getc() -> int;