X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fuci.cpp;h=a4a73fbf3eea557e05d1e4da9c86288a325c29fc;hb=8a858aea34940920f9cd44e3006a632077e9f6ab;hp=a4964ecdd7a14fad1f129d36c4b7b9afec9434cc;hpb=bacb645939397c8f4f070e46093ae764df20e34c;p=stockfish diff --git a/src/uci.cpp b/src/uci.cpp index a4964ecd..a4a73fbf 100644 --- a/src/uci.cpp +++ b/src/uci.cpp @@ -27,7 +27,6 @@ #include #include -#include "book.h" #include "evaluate.h" #include "misc.h" #include "move.h" @@ -35,7 +34,6 @@ #include "position.h" #include "san.h" #include "search.h" -#include "uci.h" #include "ucioption.h" using namespace std; @@ -121,10 +119,7 @@ namespace { cout << "uciok" << endl; } else if (token == "ucinewgame") - { - Options["New Game"].set_value("true"); pos.from_fen(StartPositionFEN); - } else if (token == "isready") cout << "readyok" << endl; else if (token == "position")