Remove some unused imports from position::check
This commit is contained in:
parent
5f1fce6cc2
commit
673d57c02e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
// Eryn Wells <eryn@erynwells.me>
|
||||
|
||||
use chessfriend_bitboard::BitBoard;
|
||||
use chessfriend_core::{Color, Direction, Shape, Square};
|
||||
use chessfriend_core::Shape;
|
||||
|
||||
use crate::sight::SliderRayToSquareExt;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue