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

@@ -29,7 +29,6 @@ CVS_REVISION(parse_c)
#include "ircaux.h"
#include "funny.h"
#include "input.h"
#include "ircterm.h"
#include "flood.h"
#include "window.h"
#include "screen.h"