]> git.sesse.net Git - stockfish/blobdiff - src/evaluate.cpp
Clarify some comments in SMP code
[stockfish] / src / evaluate.cpp
index c2b94b75365885d53d083ce2badfb6eacb6ebdd6..341b50682f64dac590dd07ac89917c1a25fa8b1a 100644 (file)
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
+#include <algorithm>
 #include <cassert>
 #include <iomanip>
 #include <sstream>
-#include <algorithm>
 
 #include "bitcount.h"
 #include "evaluate.h"