summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2011-04-30 19:24:15 (GMT)
committerRemko Tronçon <git@el-tramo.be>2011-04-30 19:29:51 (GMT)
commit74bdae2ad13a9859b354f3ce5354d7c4f19ce414 (patch)
tree500977433b3974db17517bb22523a0f41fb79b68 /Slimber/VCardCollection.h
parent5e5384895c0363f4b0ee7cf7dc829561a6541f74 (diff)
downloadswift-74bdae2ad13a9859b354f3ce5354d7c4f19ce414.zip
swift-74bdae2ad13a9859b354f3ce5354d7c4f19ce414.tar.bz2
Replace #include "" by #include <> in SwifTools, Swiftob, Slimber and Limber.
Diffstat (limited to 'Slimber/VCardCollection.h')
-rw-r--r--Slimber/VCardCollection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Slimber/VCardCollection.h b/Slimber/VCardCollection.h
index 2203444..4e50848 100644
--- a/Slimber/VCardCollection.h
+++ b/Slimber/VCardCollection.h
@@ -8,7 +8,7 @@
#include <boost/shared_ptr.hpp>
-#include "Swiften/Elements/VCard.h"
+#include <Swiften/Elements/VCard.h>
namespace Swift {
class VCardCollection {