diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-17 16:07:58 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-17 16:07:58 +0100 |
commit | a8b59b34e5c352ddd9e2438c166c9dd1d795ad28 (patch) | |
tree | 0cece0fc18c8208560931826e28385a4aa15ee39 /FICS/shutdown.c | |
parent | 656ab28c6588e6b16de6e7aee91a02795092d929 (diff) |
Fixed the includes
Diffstat (limited to 'FICS/shutdown.c')
-rw-r--r-- | FICS/shutdown.c | 10 |
1 files changed, 2 insertions, 8 deletions
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; |