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:
Marco Costalba
2013-11-30 11:25:05 +01:00
parent 034a2b04f2
commit 5f2bf91ad1
4 changed files with 11 additions and 15 deletions
-3
View File
@@ -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");