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

@@ -37,7 +37,6 @@ CVS_REVISION(modules_c)
#include "status.h"
#include "window.h"
#include "tcl_bx.h"
#include "ircterm.h"
#define MAIN_SOURCE
#include "modval.h"