From e4685ccca8cb23de954e1878852b808f226dba90 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 4 Oct 2008 21:18:26 +0000 Subject: [PATCH] We are including tons more than we need to here, its a mess :p git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10621 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/extra/m_ssl_gnutls.cpp | 9 --------- src/modules/extra/m_ssl_openssl.cpp | 10 ---------- 2 files changed, 19 deletions(-) diff --git a/src/modules/extra/m_ssl_gnutls.cpp b/src/modules/extra/m_ssl_gnutls.cpp index ebf46d595..aaf19f925 100644 --- a/src/modules/extra/m_ssl_gnutls.cpp +++ b/src/modules/extra/m_ssl_gnutls.cpp @@ -12,17 +12,8 @@ */ #include "inspircd.h" - #include #include - -#include "inspircd_config.h" -#include "configreader.h" -#include "users.h" -#include "channels.h" -#include "modules.h" -#include "socket.h" -#include "hashcomp.h" #include "transport.h" #include "m_cap.h" diff --git a/src/modules/extra/m_ssl_openssl.cpp b/src/modules/extra/m_ssl_openssl.cpp index 092dc0577..fe2dfb778 100644 --- a/src/modules/extra/m_ssl_openssl.cpp +++ b/src/modules/extra/m_ssl_openssl.cpp @@ -12,18 +12,8 @@ */ #include "inspircd.h" - #include #include - -#include "configreader.h" -#include "users.h" -#include "channels.h" -#include "modules.h" - -#include "socket.h" -#include "hashcomp.h" - #include "transport.h" #ifdef WINDOWS -- 2.39.5