From a75069a6eba871aeb17809119b319e6e806edffc Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 26 Jan 2014 19:11:51 +0000 Subject: - match.c: removed unused header include git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2946 82007160-df01-0410-b94d-b575c5fd34c7 --- src/match.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/match.c b/src/match.c index d405499..8bdee3a 100644 --- a/src/match.c +++ b/src/match.c @@ -26,7 +26,6 @@ #include "stdinc.h" #include "irc_string.h" -#include "ircd.h" /*! \brief Check a string against a mask. -- cgit