Assorted cleanup of last patches

No functional change.
This commit is contained in:
Marco Costalba
2015-04-11 23:21:52 +02:00
parent a66c73deef
commit fb03188fc7
4 changed files with 11 additions and 14 deletions

View File

@@ -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