mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 10:57:43 +00:00
Rename Bitboards print to pretty
To align to same named Position function and avoid using std::cout directly. Also remove some stale <iostream> include while there. No functional change.
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
#include <cassert>
|
||||
#include <cstring>
|
||||
#include <iomanip>
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
|
||||
#include "bitcount.h"
|
||||
@@ -34,8 +33,6 @@
|
||||
#include "tt.h"
|
||||
|
||||
using std::string;
|
||||
using std::cout;
|
||||
using std::endl;
|
||||
|
||||
static const string PieceToChar(" PNBRQK pnbrqk");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user