From 27beba0b8cf7800d78e74e2069bc5842efa7ef3f Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Thu, 4 Jan 2024 21:35:48 +0100 Subject: Fixed the includes --- FICS/algcheck.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FICS/algcheck.c b/FICS/algcheck.c index 10fad0c..bbed69b 100644 --- a/FICS/algcheck.c +++ b/FICS/algcheck.c @@ -23,11 +23,11 @@ */ #include "stdinclude.h" - #include "common.h" + #include "algcheck.h" -#include "movecheck.h" #include "board.h" +#include "movecheck.h" #include "utils.h" /* Well, lets see if I can list the possibilities -- cgit v1.2.3