summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2014-01-30 12:48:57 (GMT)
committerRemko Tronçon <git@el-tramo.be>2014-02-02 09:42:57 (GMT)
commit9d9b6c625cd872bc907f0d1f6a516ff7c4e1b61f (patch)
tree61043389f35d9ef6f759f292e996512cdf4a7f4a /Swiften/Elements
parent9d328660344a9c7ad72a1661f570d58687f0d77f (diff)
downloadswift-9d9b6c625cd872bc907f0d1f6a516ff7c4e1b61f.zip
swift-9d9b6c625cd872bc907f0d1f6a516ff7c4e1b61f.tar.bz2
Change include order of some files
Change-Id: I3c6343b4e9de998af1e00533ef4741f33b896c20
Diffstat (limited to 'Swiften/Elements')
-rw-r--r--Swiften/Elements/PubSubAffiliations.h2
-rw-r--r--Swiften/Elements/PubSubEventCollection.h2
-rw-r--r--Swiften/Elements/PubSubEventDelete.h2
-rw-r--r--Swiften/Elements/PubSubEventItem.h2
-rw-r--r--Swiften/Elements/PubSubEventItems.h4
-rw-r--r--Swiften/Elements/PubSubEventSubscription.h4
-rw-r--r--Swiften/Elements/PubSubItem.h2
-rw-r--r--Swiften/Elements/PubSubItems.h2
-rw-r--r--Swiften/Elements/PubSubOwnerAffiliations.h4
-rw-r--r--Swiften/Elements/PubSubOwnerConfigure.h2
-rw-r--r--Swiften/Elements/PubSubOwnerDefault.h2
-rw-r--r--Swiften/Elements/PubSubOwnerSubscriptions.h2
-rw-r--r--Swiften/Elements/PubSubPublish.h2
-rw-r--r--Swiften/Elements/PubSubRetract.h2
-rw-r--r--Swiften/Elements/PubSubSubscription.h2
-rw-r--r--Swiften/Elements/PubSubSubscriptions.h4
-rw-r--r--Swiften/Elements/SecurityLabel.h2
-rw-r--r--Swiften/Elements/UserLocation.h2
18 files changed, 22 insertions, 22 deletions
diff --git a/Swiften/Elements/PubSubAffiliations.h b/Swiften/Elements/PubSubAffiliations.h
index 0c3efa6..4a6d0f7 100644
--- a/Swiften/Elements/PubSubAffiliations.h
+++ b/Swiften/Elements/PubSubAffiliations.h
@@ -11,8 +11,8 @@
#include <Swiften/Elements/Payload.h>
#include <boost/optional.hpp>
#include <boost/shared_ptr.hpp>
-#include <vector>
#include <string>
+#include <vector>
#include <Swiften/Elements/PubSubAffiliation.h>
#include <Swiften/Elements/PubSubPayload.h>
diff --git a/Swiften/Elements/PubSubEventCollection.h b/Swiften/Elements/PubSubEventCollection.h
index 7789139..9c1d7cc 100644
--- a/Swiften/Elements/PubSubEventCollection.h
+++ b/Swiften/Elements/PubSubEventCollection.h
@@ -13,8 +13,8 @@
#include <boost/shared_ptr.hpp>
#include <string>
-#include <Swiften/Elements/PubSubEventDisassociate.h>
#include <Swiften/Elements/PubSubEventAssociate.h>
+#include <Swiften/Elements/PubSubEventDisassociate.h>
#include <Swiften/Elements/PubSubEventPayload.h>
namespace Swift {
diff --git a/Swiften/Elements/PubSubEventDelete.h b/Swiften/Elements/PubSubEventDelete.h
index 3641af5..3c27c82 100644
--- a/Swiften/Elements/PubSubEventDelete.h
+++ b/Swiften/Elements/PubSubEventDelete.h
@@ -12,8 +12,8 @@
#include <boost/shared_ptr.hpp>
#include <string>
-#include <Swiften/Elements/PubSubEventRedirect.h>
#include <Swiften/Elements/PubSubEventPayload.h>
+#include <Swiften/Elements/PubSubEventRedirect.h>
namespace Swift {
class SWIFTEN_API PubSubEventDelete : public PubSubEventPayload {
diff --git a/Swiften/Elements/PubSubEventItem.h b/Swiften/Elements/PubSubEventItem.h
index c22c431..b25a79f 100644
--- a/Swiften/Elements/PubSubEventItem.h
+++ b/Swiften/Elements/PubSubEventItem.h
@@ -11,8 +11,8 @@
#include <Swiften/Elements/Payload.h>
#include <boost/optional.hpp>
#include <boost/shared_ptr.hpp>
-#include <vector>
#include <string>
+#include <vector>
#include <Swiften/Elements/Payload.h>
diff --git a/Swiften/Elements/PubSubEventItems.h b/Swiften/Elements/PubSubEventItems.h
index 2b0a2d9..78b2ef0 100644
--- a/Swiften/Elements/PubSubEventItems.h
+++ b/Swiften/Elements/PubSubEventItems.h
@@ -10,12 +10,12 @@
#include <Swiften/Base/API.h>
#include <Swiften/Elements/Payload.h>
#include <boost/shared_ptr.hpp>
-#include <vector>
#include <string>
+#include <vector>
#include <Swiften/Elements/PubSubEventItem.h>
-#include <Swiften/Elements/PubSubEventRetract.h>
#include <Swiften/Elements/PubSubEventPayload.h>
+#include <Swiften/Elements/PubSubEventRetract.h>
namespace Swift {
class SWIFTEN_API PubSubEventItems : public PubSubEventPayload {
diff --git a/Swiften/Elements/PubSubEventSubscription.h b/Swiften/Elements/PubSubEventSubscription.h
index d5df5d8..8d681b7 100644
--- a/Swiften/Elements/PubSubEventSubscription.h
+++ b/Swiften/Elements/PubSubEventSubscription.h
@@ -9,12 +9,12 @@
#include <Swiften/Base/Override.h>
#include <Swiften/Base/API.h>
#include <Swiften/Elements/Payload.h>
+#include <boost/date_time/posix_time/posix_time_types.hpp>
#include <boost/optional.hpp>
#include <string>
-#include <boost/date_time/posix_time/posix_time_types.hpp>
-#include <Swiften/JID/JID.h>
#include <Swiften/Elements/PubSubEventPayload.h>
+#include <Swiften/JID/JID.h>
namespace Swift {
class SWIFTEN_API PubSubEventSubscription : public PubSubEventPayload {
diff --git a/Swiften/Elements/PubSubItem.h b/Swiften/Elements/PubSubItem.h
index 1bd8fa8..7d65904 100644
--- a/Swiften/Elements/PubSubItem.h
+++ b/Swiften/Elements/PubSubItem.h
@@ -10,8 +10,8 @@
#include <Swiften/Base/API.h>
#include <Swiften/Elements/Payload.h>
#include <boost/shared_ptr.hpp>
-#include <vector>
#include <string>
+#include <vector>
#include <Swiften/Elements/Payload.h>
diff --git a/Swiften/Elements/PubSubItems.h b/Swiften/Elements/PubSubItems.h
index 79864c5..f2147ef 100644
--- a/Swiften/Elements/PubSubItems.h
+++ b/Swiften/Elements/PubSubItems.h
@@ -11,8 +11,8 @@
#include <Swiften/Elements/Payload.h>
#include <boost/optional.hpp>
#include <boost/shared_ptr.hpp>
-#include <vector>
#include <string>
+#include <vector>
#include <Swiften/Elements/PubSubItem.h>
#include <Swiften/Elements/PubSubPayload.h>
diff --git a/Swiften/Elements/PubSubOwnerAffiliations.h b/Swiften/Elements/PubSubOwnerAffiliations.h
index 93eabd1..4aeb278 100644
--- a/Swiften/Elements/PubSubOwnerAffiliations.h
+++ b/Swiften/Elements/PubSubOwnerAffiliations.h
@@ -10,11 +10,11 @@
#include <Swiften/Base/API.h>
#include <Swiften/Elements/Payload.h>
#include <boost/shared_ptr.hpp>
-#include <vector>
#include <string>
+#include <vector>
-#include <Swiften/Elements/PubSubOwnerPayload.h>
#include <Swiften/Elements/PubSubOwnerAffiliation.h>
+#include <Swiften/Elements/PubSubOwnerPayload.h>
namespace Swift {
class SWIFTEN_API PubSubOwnerAffiliations : public PubSubOwnerPayload {
diff --git a/Swiften/Elements/PubSubOwnerConfigure.h b/Swiften/Elements/PubSubOwnerConfigure.h
index ebe72de..5dae983 100644
--- a/Swiften/Elements/PubSubOwnerConfigure.h
+++ b/Swiften/Elements/PubSubOwnerConfigure.h
@@ -13,8 +13,8 @@
#include <boost/shared_ptr.hpp>
#include <string>
-#include <Swiften/Elements/PubSubOwnerPayload.h>
#include <Swiften/Elements/Form.h>
+#include <Swiften/Elements/PubSubOwnerPayload.h>
namespace Swift {
class SWIFTEN_API PubSubOwnerConfigure : public PubSubOwnerPayload {
diff --git a/Swiften/Elements/PubSubOwnerDefault.h b/Swiften/Elements/PubSubOwnerDefault.h
index 6593f00..2133dff 100644
--- a/Swiften/Elements/PubSubOwnerDefault.h
+++ b/Swiften/Elements/PubSubOwnerDefault.h
@@ -11,8 +11,8 @@
#include <Swiften/Elements/Payload.h>
#include <boost/shared_ptr.hpp>
-#include <Swiften/Elements/PubSubOwnerPayload.h>
#include <Swiften/Elements/Form.h>
+#include <Swiften/Elements/PubSubOwnerPayload.h>
namespace Swift {
class SWIFTEN_API PubSubOwnerDefault : public PubSubOwnerPayload {
diff --git a/Swiften/Elements/PubSubOwnerSubscriptions.h b/Swiften/Elements/PubSubOwnerSubscriptions.h
index c7dcfc1..ea64517 100644
--- a/Swiften/Elements/PubSubOwnerSubscriptions.h
+++ b/Swiften/Elements/PubSubOwnerSubscriptions.h
@@ -10,8 +10,8 @@
#include <Swiften/Base/API.h>
#include <Swiften/Elements/Payload.h>
#include <boost/shared_ptr.hpp>
-#include <vector>
#include <string>
+#include <vector>
#include <Swiften/Elements/PubSubOwnerPayload.h>
#include <Swiften/Elements/PubSubOwnerSubscription.h>
diff --git a/Swiften/Elements/PubSubPublish.h b/Swiften/Elements/PubSubPublish.h
index 26d1bc4..916ed05 100644
--- a/Swiften/Elements/PubSubPublish.h
+++ b/Swiften/Elements/PubSubPublish.h
@@ -10,8 +10,8 @@
#include <Swiften/Base/API.h>
#include <Swiften/Elements/Payload.h>
#include <boost/shared_ptr.hpp>
-#include <vector>
#include <string>
+#include <vector>
#include <Swiften/Elements/PubSubItem.h>
#include <Swiften/Elements/PubSubPayload.h>
diff --git a/Swiften/Elements/PubSubRetract.h b/Swiften/Elements/PubSubRetract.h
index 773bd8a..13fa594 100644
--- a/Swiften/Elements/PubSubRetract.h
+++ b/Swiften/Elements/PubSubRetract.h
@@ -10,8 +10,8 @@
#include <Swiften/Base/API.h>
#include <Swiften/Elements/Payload.h>
#include <boost/shared_ptr.hpp>
-#include <vector>
#include <string>
+#include <vector>
#include <Swiften/Elements/PubSubItem.h>
#include <Swiften/Elements/PubSubPayload.h>
diff --git a/Swiften/Elements/PubSubSubscription.h b/Swiften/Elements/PubSubSubscription.h
index a91b95e..07a85ec 100644
--- a/Swiften/Elements/PubSubSubscription.h
+++ b/Swiften/Elements/PubSubSubscription.h
@@ -13,8 +13,8 @@
#include <boost/shared_ptr.hpp>
#include <string>
-#include <Swiften/Elements/PubSubSubscribeOptions.h>
#include <Swiften/Elements/PubSubPayload.h>
+#include <Swiften/Elements/PubSubSubscribeOptions.h>
#include <Swiften/JID/JID.h>
namespace Swift {
diff --git a/Swiften/Elements/PubSubSubscriptions.h b/Swiften/Elements/PubSubSubscriptions.h
index f18355c..a5e8b14 100644
--- a/Swiften/Elements/PubSubSubscriptions.h
+++ b/Swiften/Elements/PubSubSubscriptions.h
@@ -11,11 +11,11 @@
#include <Swiften/Elements/Payload.h>
#include <boost/optional.hpp>
#include <boost/shared_ptr.hpp>
-#include <vector>
#include <string>
+#include <vector>
-#include <Swiften/Elements/PubSubSubscription.h>
#include <Swiften/Elements/PubSubPayload.h>
+#include <Swiften/Elements/PubSubSubscription.h>
namespace Swift {
class SWIFTEN_API PubSubSubscriptions : public PubSubPayload {
diff --git a/Swiften/Elements/SecurityLabel.h b/Swiften/Elements/SecurityLabel.h
index d9e18ab..9a61123 100644
--- a/Swiften/Elements/SecurityLabel.h
+++ b/Swiften/Elements/SecurityLabel.h
@@ -9,8 +9,8 @@
#include <Swiften/Base/Override.h>
#include <Swiften/Base/API.h>
#include <Swiften/Elements/Payload.h>
-#include <vector>
#include <string>
+#include <vector>
diff --git a/Swiften/Elements/UserLocation.h b/Swiften/Elements/UserLocation.h
index 0de29f6..817b259 100644
--- a/Swiften/Elements/UserLocation.h
+++ b/Swiften/Elements/UserLocation.h
@@ -9,9 +9,9 @@
#include <Swiften/Base/Override.h>
#include <Swiften/Base/API.h>
#include <Swiften/Elements/Payload.h>
+#include <boost/date_time/posix_time/posix_time_types.hpp>
#include <boost/optional.hpp>
#include <string>
-#include <boost/date_time/posix_time/posix_time_types.hpp>