incr.comp.: Fix merge fallout.

This commit is contained in:
Michael Woerister 2017-12-01 14:29:20 +01:00
parent 410f8509b5
commit 966eead9ec

View file

@ -15,7 +15,6 @@ use hir::def_id::{CrateNum, DefIndex, DefId, LocalDefId,
RESERVED_FOR_INCR_COMP_CACHE, LOCAL_CRATE};
use hir::map::definitions::DefPathHash;
use ich::CachingCodemapView;
use middle::cstore::CrateStore;
use mir;
use rustc_data_structures::fx::FxHashMap;
use rustc_data_structures::indexed_vec::{IndexVec, Idx};