X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmain.cpp;h=182cf105edcfc8808ffc425b063282f685f27244;hp=148bf248f5337aec842666bdeb42df8d163837b1;hb=0424273d0b20ae7ad65143b530b2db8b94de0338;hpb=09bef14c76e119103cc1a9404cbde7e249205deb diff --git a/src/main.cpp b/src/main.cpp index 148bf248..182cf105 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -21,12 +21,12 @@ #include #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 {