X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fuci.h;h=eb0353a48afe255d01a80cf9ddc1d7f7c0ad72e3;hp=76e6cda6327512c208724685b322a75c78d47a69;hb=ed72a1e9ba37a9fa2674da8f46bb0597a1721c2d;hpb=0af24a14455bbcde181fff7632722ce55419991e diff --git a/src/uci.h b/src/uci.h index 76e6cda6..eb0353a4 100644 --- a/src/uci.h +++ b/src/uci.h @@ -17,8 +17,8 @@ along with this program. If not, see . */ -#ifndef UCIOPTION_H_INCLUDED -#define UCIOPTION_H_INCLUDED +#ifndef UCI_H_INCLUDED +#define UCI_H_INCLUDED #include #include @@ -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