Remove more unused imports

This commit is contained in:
Luke Street 2023-08-03 19:24:47 -04:00
parent 636213fdfd
commit b9fd6e077a
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ use itertools::Itertools;
use petgraph::{graph::NodeIndex, Graph}; use petgraph::{graph::NodeIndex, Graph};
use crate::obj::{ use crate::obj::{
ObjArchitecture, ObjInfo, ObjKind, ObjReloc, ObjRelocKind, ObjSection, ObjSectionKind, ObjArchitecture, ObjInfo, ObjKind, ObjReloc, ObjSection, ObjSectionKind, ObjSplit, ObjSymbol,
ObjSplit, ObjSymbol, ObjSymbolFlagSet, ObjSymbolFlags, ObjSymbolKind, SymbolIndex, ObjSymbolFlagSet, ObjSymbolFlags, ObjSymbolKind,
}; };
/// Create splits for function pointers in the given section. /// Create splits for function pointers in the given section.