projects
/
stockfish
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Rename ucioption.h to uci.h
[stockfish]
/
src
/
search.cpp
diff --git
a/src/search.cpp
b/src/search.cpp
index a16fceb1351f3a9bda4f7c8619f2201ae9d301ad..19955a8622e9b8fe825f504e9ccea333a86aec28 100644
(file)
--- a/
src/search.cpp
+++ b/
src/search.cpp
@@
-33,7
+33,7
@@
#include "timeman.h"
#include "thread.h"
#include "tt.h"
-#include "uci
option
.h"
+#include "uci.h"
namespace Search {