X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=135f7808d1778768a4e5d3dd0737373e9010745b;hp=f15c572ee79824dd948c29b81e6a9060d8a1a211;hb=5943600a890cef1e83235d08b248e686c95c77d1;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"