X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=135f7808d1778768a4e5d3dd0737373e9010745b;hp=f15c572ee79824dd948c29b81e6a9060d8a1a211;hb=94dd204c3b10ebe0e6c8df5d7c98de5ba4906cad;hpb=589c711449ef09b459b76d8891b6abc5c0b843bd diff --git a/src/search.cpp b/src/search.cpp index f15c572e..135f7808 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -25,9 +25,9 @@ #include #include "evaluate.h" +#include "misc.h" #include "movegen.h" #include "movepick.h" -#include "misc.h" #include "search.h" #include "timeman.h" #include "thread.h"