X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fendgame.cpp;h=cc6630439cdfdd743a905563b43a9c720835a852;hp=bf0dd11212650a4af6b6aa9cf2391bda91e3630f;hb=d30994ecd54bf96db88016fb6d92ff2c4614bc2e;hpb=9742fb10fd83e82ad760e4cac5cef3d6dff670ed diff --git a/src/endgame.cpp b/src/endgame.cpp index bf0dd112..cc663043 100644 --- a/src/endgame.cpp +++ b/src/endgame.cpp @@ -1,7 +1,8 @@ /* Stockfish, a UCI chess playing engine derived from Glaurung 2.1 Copyright (C) 2004-2008 Tord Romstad (Glaurung author) - Copyright (C) 2008-2016 Marco Costalba, Joona Kiiski, Tord Romstad + Copyright (C) 2008-2015 Marco Costalba, Joona Kiiski, Tord Romstad + Copyright (C) 2015-2016 Marco Costalba, Joona Kiiski, Gary Linscott, Tord Romstad Stockfish is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -21,7 +22,6 @@ #include #include "bitboard.h" -#include "bitcount.h" #include "endgame.h" #include "movegen.h"