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"