X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmain.cpp;h=372e8abc58e990442d62a32c218c5f9a03a1b577;hb=b06f0460a207c287528d5b74ee0e644a3485b84c;hp=e623297c53661166f0ab64073f606abfecb779bc;hpb=fb0e19dc8bcd770db4f627b90697f29965151429;p=stockfish diff --git a/src/main.cpp b/src/main.cpp index e623297c..372e8abc 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -28,10 +28,8 @@ #include #include -#include "benchmark.h" #include "bitcount.h" #include "misc.h" -#include "uci.h" #ifdef USE_CALLGRIND #include @@ -39,6 +37,8 @@ using namespace std; +extern void uci_main_loop(); +extern void benchmark(const std::string& commandLine); //// //// Functions