X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmain.cpp;h=62e0ed525d709c0cb3e6a21d44571684e702467a;hp=ef46d0b50e8b0af79ad88831703d3dfe42773f86;hb=36f8d3806bb1c6e498ac8fd1a746c1714d1485a3;hpb=c4d67d77c99b99c9ac387ab622773a320f8d5cc3 diff --git a/src/main.cpp b/src/main.cpp index ef46d0b5..62e0ed52 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -21,15 +21,14 @@ #include "bitboard.h" #include "endgame.h" #include "position.h" +#include "psqt.h" #include "search.h" +#include "syzygy/tbprobe.h" #include "thread.h" #include "tt.h" #include "uci.h" -#include "syzygy/tbprobe.h" -namespace PSQT { - void init(); -} +using namespace Stockfish; int main(int argc, char* argv[]) {