From ed8c5a515532822bdc4ad58a00a5209976ab4cc8 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Thu, 14 Dec 2023 23:52:22 +0100 Subject: Fixed the includes --- FICS/lists.c | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'FICS') diff --git a/FICS/lists.c b/FICS/lists.c index 0824a92..62f8e31 100644 --- a/FICS/lists.c +++ b/FICS/lists.c @@ -10,20 +10,21 @@ */ -#include "lists.h" +#include "stdinclude.h" + +#include + +#include "command.h" #include "common.h" +#include "comproc.h" +#include "gamedb.h" +#include "lists.h" #include "multicol.h" -#include "command.h" -#include "utils.h" #include "playerdb.h" #include "ratings.h" #include "rmalloc.h" #include "talkproc.h" -#include "gamedb.h" -#include "stdinclude.h" -#include "comproc.h" - -#include +#include "utils.h" List *firstGlobalList = NULL; -- cgit v1.2.3