]> git.sesse.net Git - stockfish/blobdiff - src/tt.h
Retire update_killers()
[stockfish] / src / tt.h
index 5c3ddc5269de6e302f2b50566705c13a1f01b79f..5ca5c237d82f7ec38974b56944b267c5c688a76b 100644 (file)
--- a/src/tt.h
+++ b/src/tt.h
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-
 #if !defined(TT_H_INCLUDED)
 #define TT_H_INCLUDED
 
 #include <iostream>
 
-#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.