From 4794646cb6c696141411a34f2359d255e5ad9bad Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 23 Jan 2014 19:04:34 +0000 Subject: - m_names.c: removed unused header include git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2909 82007160-df01-0410-b94d-b575c5fd34c7 --- modules/m_names.c | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/m_names.c b/modules/m_names.c index 608f9da..6c34acd 100644 --- a/modules/m_names.c +++ b/modules/m_names.c @@ -34,7 +34,6 @@ #include "ircd.h" #include "numeric.h" #include "send.h" -#include "s_serv.h" #include "parse.h" #include "modules.h" -- cgit