diff options
author | Remko Tronçon <git@el-tramo.be> | 2011-04-30 19:18:45 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2011-04-30 19:18:45 (GMT) |
commit | fac6c5b69336005a1278d1b088cc822501170c7c (patch) | |
tree | 416b958d1c0ba3d843b69836f1c33398f2ed87bf /Swiften/QA/TLSTest | |
parent | 3f3a24fbc9580b8268f826cc08e3b2dbaa4dc482 (diff) | |
download | swift-fac6c5b69336005a1278d1b088cc822501170c7c.zip swift-fac6c5b69336005a1278d1b088cc822501170c7c.tar.bz2 |
Replace #icnlude "" by #include <> in Swiften.
Diffstat (limited to 'Swiften/QA/TLSTest')
-rw-r--r-- | Swiften/QA/TLSTest/CertificateTest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Swiften/QA/TLSTest/CertificateTest.cpp b/Swiften/QA/TLSTest/CertificateTest.cpp index 0f37fde..dff065f 100644 --- a/Swiften/QA/TLSTest/CertificateTest.cpp +++ b/Swiften/QA/TLSTest/CertificateTest.cpp @@ -10,7 +10,7 @@ #include <cppunit/extensions/TestFactoryRegistry.h> #include <boost/bind.hpp> -#include "Swiften/TLS/CertificateFactory.h" +#include <Swiften/TLS/CertificateFactory.h> #include "SwifTools/Application/PlatformApplicationPathProvider.h" using namespace Swift; @@ -95,6 +95,6 @@ class CertificateTest : public CppUnit::TestFixture { }; #ifdef HAVE_OPENSSL -#include "Swiften/TLS/OpenSSL/OpenSSLCertificateFactory.h" +#include <Swiften/TLS/OpenSSL/OpenSSLCertificateFactory.h> CPPUNIT_TEST_SUITE_REGISTRATION(CertificateTest<OpenSSLCertificateFactory>); #endif |