X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Ftt.cpp;h=b2701ef0d2c7688b6dd12a03da5afc8f090aa005;hp=86b16c85686ea8724e6f3fc9fc7748fd273bc755;hb=53ccba8457231677897f531ff283136edc550cf2;hpb=7ac6e3b8506f54ddb8fb6560fbf238242627a141 diff --git a/src/tt.cpp b/src/tt.cpp index 86b16c85..b2701ef0 100644 --- a/src/tt.cpp +++ b/src/tt.cpp @@ -17,7 +17,6 @@ along with this program. If not, see . */ -#include #include #include @@ -60,7 +59,7 @@ void TranspositionTable::set_size(size_t mbSize) { if (!entries) { std::cerr << "Failed to allocate " << mbSize - << " MB for transposition table." << std::endl; + << "MB for transposition table." << std::endl; exit(EXIT_FAILURE); } clear();