Use the heap module through its facade in libstd.

This commit is contained in:
Ms2ger 2015-06-26 20:52:28 +02:00
parent ef97879c27
commit d6aa0915c3
4 changed files with 2 additions and 6 deletions

View file

@ -10,9 +10,9 @@ use freetype::freetype::FT_Memory;
use freetype::freetype::FT_New_Library;
use freetype::freetype::struct_FT_MemoryRec_;
use alloc::heap;
use std::ptr;
use std::rc::Rc;
use std::rt::heap;
use util::mem::{HeapSizeOf, heap_size_of};
use libc::{c_void, c_long};