]> git.sesse.net Git - stockfish/blobdiff - src/thread.cpp
Replace std::mins/max with clamp function (#2062)
[stockfish] / src / thread.cpp
index 6c1d729987d90bb237f0b0c9034d78d19aa2d7f0..64dd9e1835d9ee8abf0a3b25f05ef141b55505fc 100644 (file)
@@ -18,7 +18,6 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include <algorithm> // For std::count
 #include <cassert>
 
 #include "movegen.h"