X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fendgame.h;h=ceb93efad91b057a4e2ab60d483a4cd3a6e3a4a2;hp=94654ca8d108933203b1496bbbe8dbe4ce14dd4e;hb=0fcda095df1caa860e8e3f3a714d5545ec9dc122;hpb=95212222c7444538b84326208e433ac12f15e9fb diff --git a/src/endgame.h b/src/endgame.h index 94654ca8..ceb93efa 100644 --- a/src/endgame.h +++ b/src/endgame.h @@ -17,21 +17,11 @@ along with this program. If not, see . */ - #if !defined(ENDGAME_H_INCLUDED) #define ENDGAME_H_INCLUDED -//// -//// Includes -//// - #include "position.h" -#include "value.h" - - -//// -//// Types -//// +#include "types.h" enum EndgameType { @@ -94,11 +84,4 @@ struct ScalingFunction : public EndgameScalingFunctionBase { ScaleFactor apply(const Position&) const; }; - -//// -//// Prototypes -//// - -extern void init_bitbases(); - #endif // !defined(ENDGAME_H_INCLUDED)