From 1ccb99eec829089a35d399a0a91280afaa443f22 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sun, 17 Dec 2023 13:16:49 +0100 Subject: Fixed the includes --- FICS/board.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FICS') diff --git a/FICS/board.c b/FICS/board.c index efffcfb..0906afb 100644 --- a/FICS/board.c +++ b/FICS/board.c @@ -23,11 +23,11 @@ */ #include "stdinclude.h" - #include "common.h" + #include "board.h" -#include "playerdb.h" #include "gamedb.h" +#include "playerdb.h" #include "utils.h" extern int style1(); -- cgit v1.2.3