]> git.lizzy.rs Git - rust.git/blobdiff - src/libpanic_unwind/seh64_gnu.rs
Rollup merge of #61389 - Zoxc:arena-cleanup, r=eddyb
[rust.git] / src / libpanic_unwind / seh64_gnu.rs
index 56ff6082190bcc3c72cdbfa1b886c844258bfa70..457ffcd34f9c7ad423cbeeed910b342e85655534 100644 (file)
@@ -9,8 +9,8 @@
 use core::any::Any;
 use core::intrinsics;
 use core::ptr;
-use dwarf::eh::{EHContext, EHAction, find_eh_action};
-use windows as c;
+use crate::dwarf::eh::{EHContext, EHAction, find_eh_action};
+use crate::windows as c;
 
 // Define our exception codes:
 // according to http://msdn.microsoft.com/en-us/library/het71c37(v=VS.80).aspx,