From 30af8865942ff531dfbce6a1f3f3436801d5ed8e Mon Sep 17 00:00:00 2001 From: Bruno Raoult Date: Tue, 2 Apr 2024 21:18:01 +0200 Subject: [PATCH] comment --- src/search.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/search.c b/src/search.c index e505d36..07c8058 100644 --- a/src/search.c +++ b/src/search.c @@ -1,4 +1,4 @@ -/* search.c - search good moves. +/* search.c - perft + search. * * Copyright (C) 2023-2024 Bruno Raoult ("br") * Licensed under the GNU General Public License v3.0 or later. @@ -13,7 +13,7 @@ #include -#include "brlib.h" +#include #include "position.h" #include "move-gen.h"