summaryrefslogtreecommitdiffstats
path: root/mbbsd/othello.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/othello.c')
-rw-r--r--mbbsd/othello.c16
1 files changed, 2 insertions, 14 deletions
diff --git a/mbbsd/othello.c b/mbbsd/othello.c
index 888a483e..4a146f77 100644
--- a/mbbsd/othello.c
+++ b/mbbsd/othello.c
@@ -1,15 +1,5 @@
-/* $Id: othello.c,v 1.2 2002/04/28 19:35:29 in2 Exp $ */
-#include <stdio.h>
-#include <stdlib.h>
-#include <sys/types.h>
-#include <string.h>
-#include "config.h"
-#include "pttstruct.h"
-#include "common.h"
-#include "modes.h"
-#include "proto.h"
-
-extern char *BBSName;
+/* $Id: othello.c,v 1.3 2002/06/04 13:08:34 in2 Exp $ */
+#include "bbs.h"
#define LOGFILE "etc/othello.log"
#define SECRET "etc/othello.secret"
@@ -81,8 +71,6 @@ static void print_chess(int x, int y, char chess) {
refresh();
}
-extern userec_t cuser;
-
static void printboard() {
int i;