Remove unnecessary inclusions of <numbers.h>
Functions display_msg() and check_sync() are only used in numbers.c, so they can be static. Remove inclusions of <numbers.h> from .c files that don't need it.
This commit is contained in:
@@ -23,7 +23,6 @@ CVS_REVISION(funny_c)
|
||||
#include "lastlog.h"
|
||||
#include "ircterm.h"
|
||||
#include "output.h"
|
||||
#include "numbers.h"
|
||||
#include "parse.h"
|
||||
#include "status.h"
|
||||
#include "misc.h"
|
||||
|
||||
Reference in New Issue
Block a user