From a8b59b34e5c352ddd9e2438c166c9dd1d795ad28 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sun, 17 Dec 2023 16:07:58 +0100 Subject: Fixed the includes --- FICS/shutdown.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'FICS/shutdown.c') diff --git a/FICS/shutdown.c b/FICS/shutdown.c index 4f6f91c..26e0eaa 100644 --- a/FICS/shutdown.c +++ b/FICS/shutdown.c @@ -1,17 +1,11 @@ -/* shutdown.c - - Contains stuff related to shutdowns - - */ - /* 12/9/95 - added reason to shutdown - DAV */ - #include "stdinclude.h" #include "common.h" -#include "shutdown.h" + #include "command.h" #include "ficsmain.h" #include "network.h" #include "playerdb.h" +#include "shutdown.h" #include "utils.h" PRIVATE int shutdownTime = 0; -- cgit v1.2.3