X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmain.cpp;h=01b032c2ddca230595225da082b6f0af88dca00b;hp=de77e5823eff1a756f249ae1119493d441890921;hb=8d86e95e37823f66e12d251bca1c4803de7c7d94;hpb=6afcfd00f29973f3169dae18aa439f90c2614256 diff --git a/src/main.cpp b/src/main.cpp index de77e582..01b032c2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -30,7 +30,6 @@ #include "bitboard.h" #include "bitcount.h" -#include "direction.h" #include "endgame.h" #include "evaluate.h" #include "material.h" @@ -60,7 +59,6 @@ int main(int argc, char* argv[]) { cin.rdbuf()->pubsetbuf(NULL, 0); // Startup initializations - init_direction_table(); init_bitboards(); init_uci_options(); Position::init_zobrist();