]> git.sesse.net Git - stockfish/blobdiff - src/evaluate.cpp
Replace std::mins/max with clamp function (#2062)
[stockfish] / src / evaluate.cpp
index 99c0cd6e1acd512ccc8eaa04cb8609a44f9a4cc0..deb8211ab7d5d86d3f214f0b9e5f11231d786ee6 100644 (file)
@@ -18,7 +18,6 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include <algorithm>
 #include <cassert>
 #include <cstring>   // For std::memset
 #include <iomanip>