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

@@ -10,7 +10,6 @@
static char cvsrevision[] = "$Id$";
CVS_REVISION(network_c)
#include "struct.h"
#include "ircterm.h"
#include "ircaux.h"
#include "output.h"