X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fevaluate.cpp;h=057fd70c8216ec5fd4cae5d212b76d760a5ca0fc;hp=f70014e293d2ac9d88d5e3fe9d62f8102ea70e2c;hb=2ee125029420b46b255116ab1d57931a9d6cf3e4;hpb=d07a8753983d0cbe7d81e61136b304e771b57ba7 diff --git a/src/evaluate.cpp b/src/evaluate.cpp index f70014e2..057fd70c 100644 --- a/src/evaluate.cpp +++ b/src/evaluate.cpp @@ -27,7 +27,6 @@ #include "material.h" #include "pawns.h" #include "thread.h" -#include "uci.h" namespace { @@ -903,8 +902,7 @@ namespace Eval { } - /// init() computes evaluation weights from the corresponding UCI parameters - /// and setup king tables. + /// init() computes evaluation weights. void init() {