X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fbook.h;h=f84d93899a8d69ee80a1babb914ce3dbe79092ad;hp=0690d32b5e015d02a9cdd5e97211acf1b6af2744;hb=81cd417b4584b0e3830940c5cb122c898afde08a;hpb=a44c5cf4f77b05a0385c127b7c26cf086a73120e diff --git a/src/book.h b/src/book.h index 0690d32b..f84d9389 100644 --- a/src/book.h +++ b/src/book.h @@ -23,14 +23,13 @@ #include #include -#include "move.h" #include "position.h" #include "rkiss.h" -// A Polyglot book is a series of "entries" of 16 bytes. All integers are -// stored highest byte first (regardless of size). The entries are ordered -// according to key. Lowest key first. +/// A Polyglot book is a series of "entries" of 16 bytes. All integers are +/// stored highest byte first (regardless of size). The entries are ordered +/// according to key. Lowest key first. struct BookEntry { uint64_t key; uint16_t move;