mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 12:07: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:
@@ -25,7 +25,6 @@
|
||||
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
#include <iostream>
|
||||
|
||||
#include "book.h"
|
||||
#include "misc.h"
|
||||
|
||||
Reference in New Issue
Block a user