diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-05-08 18:48:59 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-05-08 18:48:59 +0000 |
commit | ac223dbc6c8df700251a06cf263e7b444deb8742 (patch) | |
tree | e71bf073bd4ddc6f7d65e27150b91bfd892c53f7 | |
parent | 646b2c1da92538d0c60997c91105c07bdcea0eb1 (diff) |
Left openssl includes in here :<
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6914 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | src/modules/m_xmlsocket.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/modules/m_xmlsocket.cpp b/src/modules/m_xmlsocket.cpp index 5dc13c7f9..8ffc9dc5b 100644 --- a/src/modules/m_xmlsocket.cpp +++ b/src/modules/m_xmlsocket.cpp @@ -11,19 +11,12 @@ * --------------------------------------------------- */ -#include <string> -#include <vector> - -#include <openssl/ssl.h> -#include <openssl/err.h> - #include "inspircd_config.h" #include "configreader.h" #include "users.h" #include "channels.h" #include "modules.h" -#include "socket.h" #include "hashcomp.h" #include "inspircd.h" |