From e30ee4b2b353fc4b0e7caed7047d1ed992664014 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sun, 17 Dec 2023 12:29:02 +0100 Subject: Fixed the includes --- FICS/command.c | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) (limited to 'FICS') diff --git a/FICS/command.c b/FICS/command.c index 3393fb9..f736316 100644 --- a/FICS/command.c +++ b/FICS/command.c @@ -24,27 +24,24 @@ #include "stdinclude.h" -#include "common.h" -#include "rmalloc.h" +#include + #include "command.h" #include "command_list.h" -#include "movecheck.h" -#include "ficsmain.h" +#include "common.h" #include "config.h" -#include "utils.h" -#include "playerdb.h" +#include "ficsmain.h" #include "gamedb.h" #include "gameproc.h" +#include "movecheck.h" +#include "network.h" #include "obsproc.h" +#include "playerdb.h" #include "ratings.h" -#include "vers.h" -#include "network.h" +#include "rmalloc.h" #include "shutdown.h" -#include -#ifdef TIMESEAL -#include "timeseal.h" -#endif -/*#include "hostinfo.h" */ +#include "utils.h" +#include "vers.h" PUBLIC char *mess_dir = DEFAULT_MESS; PUBLIC char *index_dir = DEFAULT_INDEX; -- cgit v1.2.3