[board] Export BitBoard directly off of the crate for internal use
Update all the imports to import from the crate directly.
This commit is contained in:
parent
ddea2c2d63
commit
5961b1bcd5
12 changed files with 20 additions and 29 deletions
|
@ -2,10 +2,9 @@
|
|||
|
||||
use super::{flags::Flags, Pieces};
|
||||
use crate::{
|
||||
bitboard::BitBoard,
|
||||
moves::Moves,
|
||||
piece::{Color, Piece, PiecePlacementError, PlacedPiece, Shape},
|
||||
Square,
|
||||
BitBoard, Square,
|
||||
};
|
||||
use std::fmt;
|
||||
use std::fmt::Write;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue