libstd: cleanup warnings

This commit is contained in:
James Miller
2013-06-20 17:41:54 +12:00
committed by James Miller
parent 3bc4d1a120
commit 0702e53576
9 changed files with 9 additions and 27 deletions

View File

@@ -15,7 +15,6 @@ Dynamic library facilities.
A simple wrapper over the platforms dynamic library facilities
*/
use ptr;
use cast;
use path;
use libc;