X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmain.cpp;h=ef662468ff4d5d60b79c6eefa477cf695b62e6e4;hp=ef46d0b50e8b0af79ad88831703d3dfe42773f86;hb=70a818cbd6784ccfa8503d94bc31dd1dc16dd1ff;hpb=1188141aa78d01c361582daaa73de5154b6d09b1 diff --git a/src/main.cpp b/src/main.cpp index ef46d0b5..ef662468 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -21,15 +21,12 @@ #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(); -} int main(int argc, char* argv[]) {