From 27389b683a200493f54a1c01eb89a2522acc779b Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sat, 16 Dec 2023 16:34:47 +0100 Subject: Fixed the includes --- FICS/eco.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'FICS/eco.c') diff --git a/FICS/eco.c b/FICS/eco.c index 134b840..b17afd9 100644 --- a/FICS/eco.c +++ b/FICS/eco.c @@ -1,13 +1,14 @@ #include "stdinclude.h" + #include "board.h" -#include "gamedb.h" #include "command.h" -#include "playerdb.h" +#include "common.h" +#include "config.h" +#include "gamedb.h" #include "gameproc.h" #include "obsproc.h" +#include "playerdb.h" #include "utils.h" -#include "common.h" -#include "config.h" PUBLIC char *book_dir = DEFAULT_BOOK; -- cgit v1.2.3