[board] Clean up a bunch of imports
This commit is contained in:
parent
1e77bc5ebb
commit
66d03d3514
4 changed files with 6 additions and 7 deletions
|
@ -1,6 +1,5 @@
|
|||
use board::piece::{Color, Piece, Shape};
|
||||
use board::Position;
|
||||
use chessfriend_core::Square;
|
||||
use board::{fen::ToFen, MakeMoveBuilder, MoveBuilder, Position, PositionBuilder};
|
||||
use chessfriend_core::{Color, Piece, PlacedPiece, Shape, Square};
|
||||
use clap::{Arg, Command};
|
||||
use rustyline::error::ReadlineError;
|
||||
use rustyline::DefaultEditor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue