summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2010-10-10 07:15:22 (GMT)
committerRemko Tronçon <git@el-tramo.be>2010-10-10 07:15:22 (GMT)
commita8fd5486e8d98a2998ab3430770d9e9d691ff16f (patch)
tree4d8528c9f162587a6dbaa8e791d8b5c79ba1bfed /Swiften/QA/StorageTest/VCardFileStorageTest.cpp
parentfbe2f7e1937d1098c4d33303a0bdec19f035e359 (diff)
downloadswift-a8fd5486e8d98a2998ab3430770d9e9d691ff16f.zip
swift-a8fd5486e8d98a2998ab3430770d9e9d691ff16f.tar.bz2
Fixed compilation of StorageTest.
Diffstat (limited to 'Swiften/QA/StorageTest/VCardFileStorageTest.cpp')
-rw-r--r--Swiften/QA/StorageTest/VCardFileStorageTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/QA/StorageTest/VCardFileStorageTest.cpp b/Swiften/QA/StorageTest/VCardFileStorageTest.cpp
index cab25b8..7ef1fd5 100644
--- a/Swiften/QA/StorageTest/VCardFileStorageTest.cpp
+++ b/Swiften/QA/StorageTest/VCardFileStorageTest.cpp
@@ -9,7 +9,7 @@
#include "Swiften/VCards/VCardFileStorage.h"
#include "Swiften/JID/JID.h"
-#include "Swiften/Application/PlatformApplicationPathProvider.h"
+#include "SwifTools/Application/PlatformApplicationPathProvider.h"
#include "Swiften/Elements/VCard.h"
using namespace Swift;