X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/581fa5c4999f82a176e39e4edad2990759c94f56..b0e752b0f9572d4bdef62db949359a58a568d6f5:/modules/m_encap.c diff --git a/modules/m_encap.c b/modules/m_encap.c index 1a1f801..2ee95c8 100644 --- a/modules/m_encap.c +++ b/modules/m_encap.c @@ -26,11 +26,9 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $Id: m_encap.c 254 2005-09-21 23:35:12Z nenolod $ */ #include "stdinc.h" -#include "tools.h" #include "send.h" #include "channel.h" #include "client.h" @@ -38,13 +36,11 @@ #include "config.h" #include "ircd.h" #include "numeric.h" -#include "memory.h" #include "s_serv.h" #include "hash.h" #include "msg.h" #include "parse.h" #include "modules.h" -#include "sprintf_irc.h" static int ms_encap(struct Client *client_p, struct Client *source_p, int parc, const char *parv[]);