Remove #include <ircterm.h> from source files that don't use it

Update Makefile dependencies as a result of header file inclusion changes.
This commit is contained in:
Kevin Easton
2018-12-11 20:30:27 +11:00
parent ac1c95c4ec
commit e3750c7c1b
9 changed files with 14 additions and 31 deletions

View File

@@ -53,7 +53,6 @@ CVS_REVISION(dcc_c)
#include "who.h"
#include "window.h"
#include "screen.h"
#include "ircterm.h"
#include "hook.h"
#include "misc.h"
#include "tcl_bx.h"