X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.h;h=c8d841a12f5778bd56f84fb22eab04b86b76dabb;hp=f73799b3db557a4640367cb69973f59a63427f33;hb=c97104e8540b72ee2c6c9c13d3773d2c0f9ec32f;hpb=93bc05cf693064b80bf70cb97c6d110ab8f0a015 diff --git a/src/search.h b/src/search.h index f73799b3..c8d841a1 100644 --- a/src/search.h +++ b/src/search.h @@ -25,7 +25,6 @@ //// Includes //// -#include "types.h" #include "depth.h" #include "history.h" #include "lock.h" @@ -41,7 +40,7 @@ const int PLY_MAX = 100; const int PLY_MAX_PLUS_2 = 102; -const int KILLER_MAX = 4; +const int KILLER_MAX = 2; ////