Remove irc.h include from ircsig.c

Nothing in the irc.h header is required.
This commit is contained in:
Kevin Easton
2017-05-10 23:41:32 +10:00
parent 3f87eb31b1
commit 790ba5b428
2 changed files with 1 additions and 6 deletions

View File

@@ -7,8 +7,6 @@
* in the unix environment' -mrg
*/
#include "irc.h"
#include "irc_std.h"
sigfunc * my_signal(int sig_no, sigfunc *sig_handler, int misc_flags)