X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Ftt.h;h=5ca5c237d82f7ec38974b56944b267c5c688a76b;hp=5c3ddc5269de6e302f2b50566705c13a1f01b79f;hb=8d4caebabe91a473bd052d2f771e79a184902c31;hpb=a38b14bd333b73bab84125b272cecf2291f82a27 diff --git a/src/tt.h b/src/tt.h index 5c3ddc52..5ca5c237 100644 --- a/src/tt.h +++ b/src/tt.h @@ -17,21 +17,13 @@ along with this program. If not, see . */ - #if !defined(TT_H_INCLUDED) #define TT_H_INCLUDED #include -#include "depth.h" #include "move.h" -#include "value.h" - - -//// -//// Types -//// - +#include "types.h" /// A simple fixed size hash table used to store pawns and material /// configurations. It is basically just an array of Entry objects.