From c310a15daeb18a441a30cbd7fbdc14a2eea957f9 Mon Sep 17 00:00:00 2001
From: Tobias Markmann <tm@ayena.de>
Date: Tue, 15 Sep 2015 12:48:47 +0200
Subject: Add explicit includes for classes used in PlatformTLSFactories

Furthermore removed unneeded includes.

Test-Information:

Still builds and unit tests pass.

Change-Id: Ic7272e754c488f427b5ee6834f1d892028ea285d

diff --git a/Swiften/TLS/PlatformTLSFactories.cpp b/Swiften/TLS/PlatformTLSFactories.cpp
index 0ad8fc6..2492840 100644
--- a/Swiften/TLS/PlatformTLSFactories.cpp
+++ b/Swiften/TLS/PlatformTLSFactories.cpp
@@ -1,22 +1,22 @@
 /*
- * Copyright (c) 2010 Isode Limited.
+ * Copyright (c) 2010-2015 Isode Limited.
  * All rights reserved.
  * See the COPYING file for more information.
  */
 
-#include <Swiften/Base/Platform.h>
 #include <Swiften/TLS/PlatformTLSFactories.h>
 
-#include <cstring>
-#include <cassert>
+#include <Swiften/Base/Platform.h>
+#include <Swiften/TLS/CertificateFactory.h>
+#include <Swiften/TLS/TLSContextFactory.h>
 
 #ifdef HAVE_OPENSSL
-	#include "Swiften/TLS/OpenSSL/OpenSSLContextFactory.h"
-	#include "Swiften/TLS/OpenSSL/OpenSSLCertificateFactory.h"
+	#include <Swiften/TLS/OpenSSL/OpenSSLContextFactory.h>
+	#include <Swiften/TLS/OpenSSL/OpenSSLCertificateFactory.h>
 #endif
 #ifdef HAVE_SCHANNEL
-	#include "Swiften/TLS/Schannel/SchannelContextFactory.h"
-	#include "Swiften/TLS/Schannel/SchannelCertificateFactory.h"
+	#include <Swiften/TLS/Schannel/SchannelContextFactory.h>
+	#include <Swiften/TLS/Schannel/SchannelCertificateFactory.h>
 #endif
 
 namespace Swift {
-- 
cgit v0.10.2-6-g49f6