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

@@ -9,7 +9,6 @@ CVS_REVISION(readlog_c)
#include <sys/stat.h>
#include "ircterm.h"
#include "server.h"
#include "vars.h"
#include "ircaux.h"