]> git.sesse.net Git - stockfish/blobdiff - src/uci.h
Remove killer move conditions from LMR
[stockfish] / src / uci.h
index 76e6cda6327512c208724685b322a75c78d47a69..eb0353a48afe255d01a80cf9ddc1d7f7c0ad72e3 100644 (file)
--- a/src/uci.h
+++ b/src/uci.h
@@ -17,8 +17,8 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#ifndef UCIOPTION_H_INCLUDED
-#define UCIOPTION_H_INCLUDED
+#ifndef UCI_H_INCLUDED
+#define UCI_H_INCLUDED
 
 #include <map>
 #include <string>
@@ -76,4 +76,4 @@ Move to_move(const Position& pos, std::string& str);
 
 extern UCI::OptionsMap Options;
 
-#endif // #ifndef UCIOPTION_H_INCLUDED
+#endif // #ifndef UCI_H_INCLUDED