From ecdd37a401d52b16195b245372dca8b5f7604713 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Mon, 1 Jan 2024 12:34:50 +0100 Subject: Moved include --- FICS/eco.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FICS/eco.c b/FICS/eco.c index be973e1..f7b5bde 100644 --- a/FICS/eco.c +++ b/FICS/eco.c @@ -1,8 +1,8 @@ #include "stdinclude.h" +#include "common.h" #include "board.h" #include "command.h" -#include "common.h" #include "config.h" #include "eco.h" #include "gamedb.h" -- cgit v1.2.3