Remove some unused imports from position::check

This commit is contained in:
Eryn Wells 2024-02-25 14:12:51 -08:00
parent 5f1fce6cc2
commit 673d57c02e

View file

@ -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;