diff options
-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; |