]> git.sesse.net Git - stockfish/blobdiff - src/main.cpp
Small speed-up in BetweenBB
[stockfish] / src / main.cpp
index 148bf248f5337aec842666bdeb42df8d163837b1..182cf105edcfc8808ffc425b063282f685f27244 100644 (file)
 #include <iostream>
 
 #include "bitboard.h"
+#include "endgame.h"
 #include "position.h"
 #include "search.h"
 #include "thread.h"
 #include "tt.h"
 #include "uci.h"
-#include "endgame.h"
 #include "syzygy/tbprobe.h"
 
 namespace PSQT {