diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-01-26 19:11:51 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-01-26 19:11:51 +0000 |
commit | a75069a6eba871aeb17809119b319e6e806edffc (patch) | |
tree | 09b7f8d4ff9c1a9f929275f514bb31f89d2e5bce /src | |
parent | 0f621ceb9f8ca8863ea6063ccd3cedb98f0988f4 (diff) |
- 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
Diffstat (limited to 'src')
-rw-r--r-- | src/match.c | 1 |
1 files changed, 0 insertions, 1 deletions
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. |