diff options
Diffstat (limited to 'mbbsd/topsong.c')
-rw-r--r-- | mbbsd/topsong.c | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/mbbsd/topsong.c b/mbbsd/topsong.c index d3a65447..169feb8d 100644 --- a/mbbsd/topsong.c +++ b/mbbsd/topsong.c @@ -1,12 +1,5 @@ -/* $Id: topsong.c,v 1.1 2002/03/07 15:13:48 in2 Exp $ */ -#include <stdio.h> -#include <string.h> -#include <stdlib.h> -#include <sys/types.h> -#include "config.h" -#include "pttstruct.h" -#include "common.h" -#include "proto.h" +/* $Id: topsong.c,v 1.2 2002/06/04 13:08:34 in2 Exp $ */ +#include "bbs.h" #define MAX_SONGS 300 #define QCAST int (*)(const void *, const void *) |