X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fbitbase.cpp;h=0c3230f2aa9c0e9619fbe6f607eae4a77a1df066;hb=ce2845d3334520d07e38750ff481212f092a3ceb;hp=5d20fbc6d896aa51c14188c3998cf46ed8c8585b;hpb=be5b32bb9cbf134ccf8df7c17554557e9828957d;p=stockfish diff --git a/src/bitbase.cpp b/src/bitbase.cpp index 5d20fbc6..0c3230f2 100644 --- a/src/bitbase.cpp +++ b/src/bitbase.cpp @@ -17,20 +17,10 @@ along with this program. If not, see . */ - -//// -//// Includes -//// - #include #include "bitboard.h" -#include "square.h" - - -//// -//// Local definitions -//// +#include "types.h" namespace { @@ -63,10 +53,6 @@ namespace { } -//// -//// Functions -//// - void generate_kpk_bitbase(uint8_t bitbase[]) { bool repeat;