From 014c726bbf8bd1c19d6e155cea58e720001e9de0 Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 18 Jun 2013 16:00:15 +0000 Subject: - Sort out unused header includes git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2273 82007160-df01-0410-b94d-b575c5fd34c7 --- modules/m_locops.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/m_locops.c') diff --git a/modules/m_locops.c b/modules/m_locops.c index 19546f6..e038ced 100644 --- a/modules/m_locops.c +++ b/modules/m_locops.c @@ -29,9 +29,7 @@ #include "numeric.h" #include "send.h" #include "conf.h" -#include "s_user.h" #include "s_serv.h" -#include "hash.h" #include "parse.h" #include "modules.h" -- cgit