diff options
author | Remko Tronçon <git@el-tramo.be> | 2011-04-30 19:24:15 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2011-04-30 19:29:51 (GMT) |
commit | 74bdae2ad13a9859b354f3ce5354d7c4f19ce414 (patch) | |
tree | 500977433b3974db17517bb22523a0f41fb79b68 /Swiftob/MUCs.cpp | |
parent | 5e5384895c0363f4b0ee7cf7dc829561a6541f74 (diff) | |
download | swift-74bdae2ad13a9859b354f3ce5354d7c4f19ce414.zip swift-74bdae2ad13a9859b354f3ce5354d7c4f19ce414.tar.bz2 |
Replace #include "" by #include <> in SwifTools, Swiftob, Slimber and Limber.
Diffstat (limited to 'Swiftob/MUCs.cpp')
-rw-r--r-- | Swiftob/MUCs.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Swiftob/MUCs.cpp b/Swiftob/MUCs.cpp index 0f9d7d2..695cbd9 100644 --- a/Swiftob/MUCs.cpp +++ b/Swiftob/MUCs.cpp @@ -4,7 +4,7 @@ * See Documentation/Licenses/GPLv3.txt for more information. */ -#include "Swiftob/MUCs.h" +#include <Swiftob/MUCs.h> #include <boost/bind.hpp> #include <boost/date_time/posix_time/posix_time.hpp> @@ -15,7 +15,7 @@ #include <Swiften/MUC/MUCManager.h> #include <Swiften/Base/String.h> -#include "Swiftob/Storage.h" +#include <Swiftob/Storage.h> #define MUC_LIST_SETTING "muc_list" |