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

View File

@@ -25,7 +25,6 @@
#include <algorithm>
#include <cassert>
#include <iostream>
#include "book.h"
#include "misc.h"