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:
Kevin Easton
2016-03-24 11:21:09 +11:00
parent f129ca29e7
commit d464bd91fb
11 changed files with 2 additions and 13 deletions

View File

@@ -52,7 +52,6 @@ CVS_REVISION(commands2_c)
#include "output.h"
#include "exec.h"
#include "notify.h"
#include "numbers.h"
#include "status.h"
#include "if.h"
#include "help.h"