X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fbook.h;fp=src%2Fbook.h;h=ed68210f8daf83fb14f832b6f0aa709001fe73b2;hp=55d212a88634b03e00ebad286ad2f5a3aa868b4f;hb=4dc7ba16191bd1ded7c8257afd2a3b9194cebca8;hpb=92d70fb6677f4ed0568aa50f239ceea2d8a1cd97 diff --git a/src/book.h b/src/book.h index 55d212a8..ed68210f 100644 --- a/src/book.h +++ b/src/book.h @@ -68,5 +68,4 @@ private: template inline uint64_t Book::get_int() { return 256 * get_int() + bookFile.get(); } template<> inline uint64_t Book::get_int<1>() { return bookFile.get(); } - #endif // !defined(BOOK_H_INCLUDED)